diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:45:18 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:45:18 +0000 |
commit | 9d0351289ba040ddb788c45a05089271bdf4524e (patch) | |
tree | de4014991fc0560822cc572f989336d5b78d2eca /Server/wwwroot | |
parent | 1e666ca1273a1c12bb15e4f5b0eda6c8b97cce43 (diff) | |
download | newsaggregator-9d0351289ba040ddb788c45a05089271bdf4524e.tar.gz newsaggregator-9d0351289ba040ddb788c45a05089271bdf4524e.tar.bz2 newsaggregator-9d0351289ba040ddb788c45a05089271bdf4524e.zip |
Made div to hold main app, dynamic content will be placed in this
Diffstat (limited to 'Server/wwwroot')
-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 |