diff options
Diffstat (limited to 'Timeline/ClientApp/src/index.html')
-rw-r--r-- | Timeline/ClientApp/src/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Timeline/ClientApp/src/index.html b/Timeline/ClientApp/src/index.html deleted file mode 100644 index 58959f75..00000000 --- a/Timeline/ClientApp/src/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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"> - - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> -</head> -<body> - <app-root>Loading...</app-root> -</body> -</html> |