You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
995 B
HTML
21 lines
995 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- to allow responsive CSS -->
|
|
<!-- <link rel="stylesheet" href="app.css" /> -->
|
|
<!-- <link rel="stylesheet" href="app-colors.css" /> -->
|
|
<!--<link rel="stylesheet" href="./fontawesome-free-5.11.2-web/css/all.css" /> -->
|
|
<!--<link rel="stylesheet" href="./css/tailwind.compiled.css" />-->
|
|
<link rel="stylesheet" href="./css/fontello/css/fontello.css" />
|
|
<link rel="stylesheet" href="./css/fontello/css/fontello-codes.css" />
|
|
<link rel="stylesheet" href="./css/spectre.min.css" />
|
|
<link rel="stylesheet" href="./css/spectre-exp.min.css" />
|
|
<link rel="stylesheet" href="./css/spectre-icons.min.css" />
|
|
<link rel="stylesheet" href="./css/app-supplement.css" />
|
|
<script src="./mithril.min.js"></script>
|
|
</head>
|
|
<body class="bg-gray-300">
|
|
<!--<script src="require1k.min.js" data-main="./app_mithril"></script>-->
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html> |