aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/index.html
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-04 23:25:33 +0800
committercrupest <crupest@outlook.com>2019-02-04 23:25:33 +0800
commit4fea4164fad943eebc1850042994fdbaad3682f9 (patch)
tree36522d986769b0520afd53a791674644305a1dd1 /Timeline/ClientApp/src/index.html
downloadtimeline-4fea4164fad943eebc1850042994fdbaad3682f9.tar.gz
timeline-4fea4164fad943eebc1850042994fdbaad3682f9.tar.bz2
timeline-4fea4164fad943eebc1850042994fdbaad3682f9.zip
Init commit.
Diffstat (limited to 'Timeline/ClientApp/src/index.html')
-rw-r--r--Timeline/ClientApp/src/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/index.html b/Timeline/ClientApp/src/index.html
new file mode 100644
index 00000000..553e9032
--- /dev/null
+++ b/Timeline/ClientApp/src/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Timeline</title>
+ <base href="/">
+
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
+</head>
+<body>
+ <app-root>Loading...</app-root>
+</body>
+</html>