old website
This commit is contained in:
commit
218487dc22
557 changed files with 7054 additions and 0 deletions
14
_src/index.html
Normal file
14
_src/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
{{site.name}}{% if title %} - {{title}}{% endif %}
|
||||
</title>
|
||||
<link rel="icon" href="/assets/img/theme/citrus/bunny.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/assets/css/reset.css">
|
||||
<link rel="stylesheet" href="/assets/css/citrus.css">
|
||||
</head>
|
||||
<body id="index">
|
||||
<main><a href="/home"><img src="/assets/img/theme/citrus/enter.png"></a></main><a rel="me" href="https://denden.world/@fossilisk" style="display: none">Mastodon</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue