summaryrefslogtreecommitdiff
path: root/gae/frontend/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gae/frontend/src/index.html')
-rw-r--r--gae/frontend/src/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/gae/frontend/src/index.html b/gae/frontend/src/index.html
new file mode 100644
index 0000000..3234be2
--- /dev/null
+++ b/gae/frontend/src/index.html
@@ -0,0 +1,15 @@
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>VTSLab Scheduler</title>
+ <base href="/">
+
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Google+Sans" rel="stylesheet">
+</head>
+<body>
+ <app-root>Loading...</app-root>
+</body>
+</html>