Initial commit - code done, other stuff partial
This commit is contained in:
commit
0f497ee7c2
11 changed files with 392 additions and 0 deletions
18
site-files/template.html
Normal file
18
site-files/template.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<link rel="icon" href="feed-the-void.png" type="image/icon">
|
||||
<meta http-equiv="refresh" content="5" />
|
||||
<title>$title$</title>
|
||||
<link href="prism.css" rel="stylesheet" />
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="line-numbers">
|
||||
$body$
|
||||
<script src="prism.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<p><a href="https://git.askiiart.net/askiiart/feed-the-void">code</a> | <b>this page refreshes every 5 seconds</b></p>
|
||||
</footer>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue