diff options
author | ngharo <nick@ngha.ro> | 2017-12-31 22:16:32 -0600 |
---|---|---|
committer | ngharo <nick@ngha.ro> | 2017-12-31 22:16:32 -0600 |
commit | f920c7da0618fd9f4181c2c78ef054e324185355 (patch) | |
tree | eba4a9f21fb8fd47e8a53f01e8a4dfae25a333e2 /www/index.htm | |
parent | 75d05326d067857d22474cc91d069003d7b64b17 (diff) | |
download | imOk-www-f920c7da0618fd9f4181c2c78ef054e324185355.tar.xz imOk-www-f920c7da0618fd9f4181c2c78ef054e324185355.zip |
Makefile: compile Babel and Sass source files to index.*
Diffstat (limited to 'www/index.htm')
-rw-r--r-- | www/index.htm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/index.htm b/www/index.htm index 447c6dd..1ab6b82 100644 --- a/www/index.htm +++ b/www/index.htm @@ -2,10 +2,8 @@ <html> <head> <meta charset="utf-8"> - <link rel="stylesheet" href="css/normalize.css"> - <link rel="stylesheet" href="css/skeleton.css"> + <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" /> - <link rel="stylesheet" href="imok.css"> <script src="https://cdn.jsdelivr.net/npm/vue"></script> </head> <body> @@ -48,6 +46,7 @@ </tbody> </table> </div> - <script src="imok.js"></script> + + <script src="index.js"></script> </body> </html> |