diff options
Diffstat (limited to 'Timeline/ClientApp/src/index.html')
-rw-r--r-- | Timeline/ClientApp/src/index.html | 14 |
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> |