mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2025-12-06 09:19:55 -05:00
Initial Blog Commit
This commit is contained in:
commit
07775036ce
92 changed files with 4980 additions and 0 deletions
68
public/2024/04/new-test-post/index.html
Normal file
68
public/2024/04/new-test-post/index.html
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE html>
|
||||
<html><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta name="theme-color" content="#ffffff">
|
||||
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" />
|
||||
<link rel="stylesheet" href="/css/styles.css"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head><body><header class="homepage-header">
|
||||
|
||||
</header><div id="content"><header class="homepage-header">
|
||||
<div class="container">
|
||||
<div class = "header-container">
|
||||
<h1><a href="/">mshj.net</a></h1>
|
||||
<span id="mini-header" class="mini-header"></span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<script src="js/topbar.js"></script>
|
||||
<main>
|
||||
<div class="container">
|
||||
|
||||
<div class="components components-grid">
|
||||
<div>
|
||||
<aside id="menu">
|
||||
<img src="/images/punpun.jpg" alt="keeper pfp">
|
||||
</aside>
|
||||
<h3>go home</h3>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>blog posts</li>
|
||||
<br>
|
||||
<li>categories</li>
|
||||
|
||||
<li>
|
||||
<a href="//localhost:1313/categories/games/">Games</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="//localhost:1313/categories/hugo/">Hugo</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="//localhost:1313/categories/terminal/">Terminal</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div>
|
||||
<main>
|
||||
<article class="card-container">
|
||||
<header><h1>New Test Post</h1></header>
|
||||
<div class="content-wrapper">
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div></body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue