💥 Wipe old stack, replace with clean static blog engine
This commit is contained in:
commit
5401ac287a
27 changed files with 9024 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Blog</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>My Blog</h1>
|
||||
<div id="content"></div>
|
||||
<script src="posts.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue