simple styling and a favicon :3
This commit is contained in:
parent
66d39fd653
commit
bb92241af6
6 changed files with 37 additions and 20 deletions
|
@ -5,13 +5,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - {FILENAME}</title>
|
||||
<style>
|
||||
html { color-scheme: dark; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{CONTENT}
|
||||
<main>
|
||||
{CONTENT}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue