aboutsummaryrefslogtreecommitdiff
path: root/Server/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'Server/wwwroot')
-rw-r--r--Server/wwwroot/index.html14
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