aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/src/index.html')
-rw-r--r--sandbox/testAppNevena/Front/src/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/src/index.html b/sandbox/testAppNevena/Front/src/index.html
new file mode 100644
index 00000000..e67e59a2
--- /dev/null
+++ b/sandbox/testAppNevena/Front/src/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Project</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>