2024-09-15 11:24:26 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1,shrink-to-fit=no" >
2024-09-23 20:36:29 +02:00
< link rel = "stylesheet" href = "../global/theme.css" >
< script rel = "text/javascript" src = "../global/global.js" > < / script >
< link rel = "stylesheet" href = "../global/style.css" >
2024-09-15 11:24:26 +02:00
< title > Public Posts< / title >
< / head >
< body >
< nav id = "navbar" > < / nav >
< main >
< div class = "content" >
< h2 class = "titlebar" > Public Posts< / h2 >
2024-10-10 23:45:52 +02:00
Here is where I post updates/wheird stories about stuff I do.< br >
Maybe also sharing my oppinion on tech related things.< br > < br >
2024-10-11 00:20:17 +02:00
< a href = "../tutorials/" > Tech tutorials< / a > are on their own page.
2024-09-15 11:24:26 +02:00
< hr >
< h3 > Pinned Posts:< / h3 >
< div class = "postlist" >
2024-09-23 20:36:29 +02:00
< ul >
2024-10-10 23:35:32 +02:00
< li > 📌 11.09.2024  < a href = "2024/09/11/" > Digital Recommendations< / a > < / li >
2024-09-23 20:36:29 +02:00
< / ul >
2024-09-15 11:24:26 +02:00
< / div >
< hr >
< div class = "postlist" >
2024-09-23 20:36:29 +02:00
< ul >
2024-09-23 21:53:21 +02:00
<!-- li>📅 23.09.2024 <a href="content/old - computers.html">Why you should use old computers</a></li -->
2024-10-10 23:35:32 +02:00
< li > 📅 21.09.2024  < a href = "2024/09/21/" > Future AI will devolve the human race< / a > < / li >
< li > 📅 11.09.2024  < a href = "2024/09/11/" > Digital Recommendations< / a > < / li >
2024-09-23 20:36:29 +02:00
< / ul >
2024-09-15 11:24:26 +02:00
< / div >
< / div >
< div id = "footnote" > < var id = "toplevel" data- = "../" > Please enable Javascript on this page as it's required to generate the footer and navigation bar.< br > For fear of non-free Javascript: The JS is licensed under GPL v.3< / var > < / div >
< / main >
< footer id = "footer" > < / footer >
<!-- Some variables and script - call for global site elements -->
< var id = "selected-nav" data- = "Posts" > < / var >
< / body >
< / html >