aboutsummaryrefslogtreecommitdiff
path: root/Frontend/index.html
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-21 21:57:28 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-21 21:57:28 +0000
commite493dca870fdabbf29e611dc12921afcdb9bf085 (patch)
tree78ec87f1906cd5dfafbe77076a9a28c9f214182b /Frontend/index.html
parent97e1644b888e1aab43bd6784b83c11aaf7ee5c48 (diff)
downloadnewsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.tar.gz
newsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.tar.bz2
newsaggregator-e493dca870fdabbf29e611dc12921afcdb9bf085.zip
Moved to outside directory - redoing seperation of concerns
Diffstat (limited to 'Frontend/index.html')
-rw-r--r--Frontend/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/Frontend/index.html b/Frontend/index.html
new file mode 100644
index 0000000..d2721dc
--- /dev/null
+++ b/Frontend/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+
+<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