diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:44:35 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:44:35 +0000 |
commit | 92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c (patch) | |
tree | e4a69853248bebb596035c3bf9418e0048de1d2c /Main/wwwroot/index.html | |
parent | e91a06475da796ee2393af174ee31c702a2c8966 (diff) | |
download | newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.gz newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.tar.bz2 newsaggregator-92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c.zip |
Deleted main console program, and moved server to main
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..cd392d4 --- /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> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" type="text/css" media="screen" href="css/main.css"> + <script src="js/main.js"></script> +</head> + +<body> + <div class="app"> + </div> +</body> + +</html>
\ No newline at end of file |