summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-03-20 18:22:31 -0700
committerDessalines <tyhou13@gmx.com>2019-03-20 18:22:31 -0700
commit816aa0b15f3766e340d8722f03e8b3a7633ab6fb (patch)
tree23dd0fc329e8f08c71dc6f10dd398b35d92c047c /ui/src/index.html
parent064d7f84b25236195eeb33a8671935bc9df37e57 (diff)
Adding initial UI and Websocket server.
Diffstat (limited to 'ui/src/index.html')
-rw-r--r--ui/src/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/src/index.html b/ui/src/index.html
new file mode 100644
index 00000000..2a3e4198
--- /dev/null
+++ b/ui/src/index.html
@@ -0,0 +1,19 @@
+<html lang="en">
+
+<head>
+ <!-- Required meta tags -->
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <link rel="shortcut icon" type="image/ico" href="/static/assets/favicon.ico" />
+
+ <title>rust-reddit-fediverse</title>
+ <link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
+</head>
+
+<body>
+ <div id="app"></div>
+ $bundles
+</body>
+
+</html>