Initial commit; WIP
This commit is contained in:
commit
e29d3651fd
20 changed files with 4721 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
||||
<title>Computers and stuff</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" type="text/css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="line-numbers">
|
||||
<h1 id="computers-and-stuff">Computers and stuff</h1>
|
||||
<p>This is a site! Doing... stuff with computers. Interesting
|
||||
and sometimes funny stuff, at least to me.</p>
|
||||
<h2 id="pages">Pages</h2>
|
||||
<ul>
|
||||
<li><a href="/blog/blendos.html">Checking out blendOS</a></li>
|
||||
</ul>
|
||||
<iframe src="https://john.citrons.xyz/embed?ref=askiiart.net" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<p><a href="https://git.askiiart.net/askiiart/engl-2311-blog">code</a> <a href="/feed.xml">RSS</a></p>
|
||||
</footer>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue