Initial commit
This commit is contained in:
72
blog/index.html
Normal file
72
blog/index.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
[ Blog | easthighNerd ]
|
||||
</title>
|
||||
<link href="/res/css/default.css" rel="stylesheet">
|
||||
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
|
||||
<link rel="me" href="https://raru.re/@easthighNerd">
|
||||
</head>
|
||||
<body class="window">
|
||||
<div class="window_bar">
|
||||
<p>
|
||||
Blog
|
||||
</p>
|
||||
<a href="/home/" class="close_button">
|
||||
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
||||
</a>
|
||||
<div class="explorer_bar_top">
|
||||
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window_content">
|
||||
<h1 id="welcome-to-my-blog">Welcome to… my blog!</h1>
|
||||
<p><a href="/blog/feed.rss" target="_blank"><img src="/res/img/rss.gif" title="RSS Feed" alt="RSS feed gif"></a></p>
|
||||
<h2 id="recent-blog-posts">Recent blog posts</h2>
|
||||
<ol type="1">
|
||||
<li>2025-06-21 - <a href="/blog/2025/06/hello-again/">Hello
|
||||
Again</a></li>
|
||||
<li>2025-06-21 - <a
|
||||
href="/blog/2025/06/static-site-generators/">Static Site
|
||||
Generators</a></li>
|
||||
<li>2023-11-01 - <a
|
||||
href="/blog/2023/11/secure-apple-id-against-iphone-theft/">Secure
|
||||
Apple ID Against iPhone Theft</a></li>
|
||||
<li>2023-11-01 - <a
|
||||
href="/blog/2023/11/my-experience-with-apple/">My Experience
|
||||
with Apple</a></li>
|
||||
<li>2019-05-26 - <a
|
||||
href="/blog/2019/05/nexus-7-2013-wifi-and-ubuntu-touch/">Nexus
|
||||
7 2013 WiFi and Ubuntu Touch</a></li>
|
||||
</ol>
|
||||
<h2 id="all-blog-posts">All blog posts</h2>
|
||||
<ul>
|
||||
<li>2025-06-21 - <a href="/blog/2025/06/hello-again/">Hello
|
||||
Again</a></li>
|
||||
<li>2025-06-21 - <a
|
||||
href="/blog/2025/06/static-site-generators/">Static Site
|
||||
Generators</a></li>
|
||||
<li>2023-11-01 - <a
|
||||
href="/blog/2023/11/secure-apple-id-against-iphone-theft/">Secure
|
||||
Apple ID Against iPhone Theft</a></li>
|
||||
<li>2023-11-01 - <a
|
||||
href="/blog/2023/11/my-experience-with-apple/">My Experience
|
||||
with Apple</a></li>
|
||||
<li>2019-05-26 - <a
|
||||
href="/blog/2019/05/nexus-7-2013-wifi-and-ubuntu-touch/">Nexus
|
||||
7 2013 WiFi and Ubuntu Touch</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="explorer_bar_bottom">
|
||||
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
|
||||
<p>
|
||||
https://www.easthighnerd.net/
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user