finally, first commit
Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
commit
7bede22927
11 changed files with 581 additions and 0 deletions
2
fancyindex/footer.html
Normal file
2
fancyindex/footer.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
</body>
|
||||
</html>
|
17
fancyindex/header.html
Normal file
17
fancyindex/header.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<title>mctaylors' toaster</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
|
||||
|
||||
<meta property="og:site_name" content="mctaylors' toaster" />
|
||||
<meta property="og:title" content="/.../index/" />
|
||||
<meta property="og:image" content="/favicon.png" />
|
||||
<meta property="og:description" content="scrolling through the archives..." />
|
||||
</head>
|
||||
<body>
|
||||
<span style="float: right; text-align: right">mctaylors' toaster<br /><a href="https://mctaylors.ru">mctaylors.ru</a></span>
|
||||
<a href=".."><-</a>
|
Loading…
Add table
Add a link
Reference in a new issue