diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 23:02:23 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 23:02:23 +0000 |
commit | c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d (patch) | |
tree | 071bc3dc0145bd8a0efbcb9df87968dc0724e2dc /Main/wwwroot/index.html | |
parent | 59abc62c0727f4dee89c7251075263482fd2aa93 (diff) | |
download | newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.tar.gz newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.tar.bz2 newsaggregator-c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d.zip |
Moved back frontend to wwwroot for simplicity
Diffstat (limited to 'Main/wwwroot/index.html')
-rw-r--r-- | Main/wwwroot/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Main/wwwroot/index.html b/Main/wwwroot/index.html new file mode 100644 index 0000000..d2721dc --- /dev/null +++ b/Main/wwwroot/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 |