feat: font + blink.css + favicon
This commit is contained in:
parent
5b4cbc97cf
commit
7c8e4d97b5
|
@ -1,19 +1,24 @@
|
|||
---
|
||||
username: Laureηt
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title }}</title>
|
||||
<title>{{ username }}</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/blink.css">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/~fainsil/favicon.ico">
|
||||
<script src="javascript/chaffle.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<span data-chaffle-onload="" data-chaffle="en" style="width: 170px; display: block;">{{ username }}</span>
|
||||
<span data-chaffle-onload="" data-chaffle="en" style="width: 170px; display: inline;">{{ username }}</span>
|
||||
<span class="blink" style="display:inline;">_</span>
|
||||
</header>
|
||||
|
||||
{{ content | safe }}
|
||||
|
|
Reference in a new issue