|
|
@@ -1,12 +1,13 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
- <head>
|
|
|
- <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
|
- <meta content="utf-8" http-equiv="encoding">
|
|
|
- <link rel="stylesheet" href="./css/index.css">
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div id="app" class="page-container"></div>
|
|
|
- <script src="./app.js" type="module"></script>
|
|
|
- </body>
|
|
|
+ <head>
|
|
|
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
|
|
+ <meta content="utf-8" http-equiv="encoding" />
|
|
|
+ <link rel="icon" href="./images/favicon.ico" />
|
|
|
+ <link rel="stylesheet" href="./css/index.css" />
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="app" class="page-container"></div>
|
|
|
+ <script src="./app.js" type="module"></script>
|
|
|
+ </body>
|
|
|
</html>
|