diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 23:28:22 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 23:28:22 +0000 |
commit | abc2953532c9b2522c51683ba31e3168854fcf6b (patch) | |
tree | 87952b2da6642f81bdc9567f2f7b7f6de3d34d8f /Server | |
parent | 9ea5adbe56de3d3b708ab5f90f786d18670e4643 (diff) | |
download | newsaggregator-abc2953532c9b2522c51683ba31e3168854fcf6b.tar.gz newsaggregator-abc2953532c9b2522c51683ba31e3168854fcf6b.tar.bz2 newsaggregator-abc2953532c9b2522c51683ba31e3168854fcf6b.zip |
Created basic test html file
Diffstat (limited to 'Server')
-rw-r--r-- | Server/wwwroot/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html new file mode 100644 index 0000000..8be3289 --- /dev/null +++ b/Server/wwwroot/index.html @@ -0,0 +1,14 @@ +<!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="main.css"> + <script src="main.js"></script> +</head> +<body> + <p>test</p> +</body> +</html>
\ No newline at end of file |