Migrate to mithril.js

This commit is contained in:
2023-02-18 09:22:43 +03:00
parent 024d7fb10d
commit bdc8f8496f
79 changed files with 1697 additions and 149 deletions

View File

@@ -3,8 +3,19 @@
<meta name="author" content="Ремизов Александр" />
<meta name="copyright" lang="ru" content="RemiZOffAlex" />
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ STATIC }}/css/bootstrap.min.css" />
<link rel="stylesheet" href="{{ STATIC }}/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC }}/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC }}/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC }}/css/backtotop.css" />
<script type="text/javascript" src="{{ STATIC }}/js/mithril.min.js"></script>
<title>{{ pagedata['title'] }}</title>
<style>
@font-face {
font-family: "Liberation Sans"; /* Имя шрифта */
src: url({{ STATIC }}/fonts/liberation/LiberationSans-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
font-family: "Liberation Mono"; /* Имя шрифта */
src: url({{ STATIC }}/fonts/liberation/LiberationMono-Regular.ttf); /* Путь к файлу со шрифтом */
}
</style>
</head>