aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/index.html')
-rw-r--r--src/angular/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/angular/index.html b/src/angular/index.html
new file mode 100644
index 0000000..4d9441d
--- /dev/null
+++ b/src/angular/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Ng5test</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>
+ <storybook-app-root></storybook-app-root>
+</body>
+</html>