diff options
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> |