Migrate to mithril.js
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user