eliot-portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / index.html
diff --git a/blueprints/common/eliot-ui/frontend-src/src/index.html b/blueprints/common/eliot-ui/frontend-src/src/index.html
new file mode 100644 (file)
index 0000000..abed31f
--- /dev/null
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <title>EliotUI</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></app-root>
+</body>
+</html>