aboutsummaryrefslogtreecommitdiff
path: root/Main/wwwroot/index.html
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-21 15:48:41 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-21 15:48:41 +0000
commit0c1eafe2c8d55c76a9756d722ef8c6cce065cc10 (patch)
tree4e5231af5975db6543b008443545642eb9d19c55 /Main/wwwroot/index.html
parent450bcb83ee18e78941324657c0e471f8b5e6ffb4 (diff)
downloadnewsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.tar.gz
newsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.tar.bz2
newsaggregator-0c1eafe2c8d55c76a9756d722ef8c6cce065cc10.zip
Moved website frontend to wwwroot - a problem for another day
Diffstat (limited to 'Main/wwwroot/index.html')
-rw-r--r--Main/wwwroot/index.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/Main/wwwroot/index.html b/Main/wwwroot/index.html
index bed39c1..d2721dc 100644
--- a/Main/wwwroot/index.html
+++ b/Main/wwwroot/index.html
@@ -1,5 +1,18 @@
+<!DOCTYPE html>
<html>
- <body>
- Hello world
- </body>
+
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <title>Page Title</title>
+ <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
+</head>
+
+<body>
+ <div id="root"></div>
+ <script src="js/main.js"></script>
+</body>
+
</html> \ No newline at end of file