lkarch.org/blog.html
Lucas Kent 184afe4409 Things
2022-12-14 12:26:56 -05:00

86 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
/>
<link
rel="manifest"
href="/assets/Favicons/Base_Favicon/site.webmanifest"
/>
<link
rel="mask-icon"
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ff0000" />
<link rel="stylesheet" href="/assets/styles/border.css" />
<link rel="stylesheet" href="/assets/styles/button.css" />
<link rel="stylesheet" href="/assets/styles/backround.css" />
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
<link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/blog.css" />
</head>
<body>
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
</body>
<body>
<div class="header">
<h2>Blog I guess</h2>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Hello World</h2>
<h5>First Blog Post, Nov 23, 2022</h5>
<div style="height:300px;">
<img
class="image"
src="/assets/Blog Files/Images/HelloWorld.png"
alt=""
/>
</div>
<p>This Blog will have update notes and other things.</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>About Me</h2>
<p>I like playing Bloons Tower Defense and coding</p>
</div>
<div class="card">
<h3>Follow Me</h3>
<p>Nothing Here Yet</p>
</div>
</div>
</div>
<div class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div>
</body>
</html>