initial commit: migrated from FossilSCM to git
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user