diff options
Diffstat (limited to 'Server/wwwroot/index.html')
-rw-r--r-- | Server/wwwroot/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html index 8be3289..28d4f8c 100644 --- a/Server/wwwroot/index.html +++ b/Server/wwwroot/index.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> + <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> @@ -8,7 +9,10 @@ <link rel="stylesheet" type="text/css" media="screen" href="main.css"> <script src="main.js"></script> </head> + <body> - <p>test</p> + <div class="app"> + </div> </body> + </html>
\ No newline at end of file |