summary refs log tree commit diff
path: root/synapse_topology/webui/src/index.html
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-15 13:23:20 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commitc747fca2e896fdf1b65ae301ad4ae22426e0121a (patch)
tree8d111e6caadd8f2606e5040bb3121236db47bd91 /synapse_topology/webui/src/index.html
parentWhere did this come from? (diff)
downloadsynapse-c747fca2e896fdf1b65ae301ad4ae22426e0121a.tar.xz
Add some structure.
Diffstat (limited to 'synapse_topology/webui/src/index.html')
-rw-r--r--synapse_topology/webui/src/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/synapse_topology/webui/src/index.html b/synapse_topology/webui/src/index.html
new file mode 100644
index 0000000000..6eac2d5e13
--- /dev/null
+++ b/synapse_topology/webui/src/index.html
@@ -0,0 +1,15 @@
+<html>
+
+<head>
+  <meta charset="utf-8">
+  <title>Topology - The synapse configuration tool</title>
+</head>
+
+<link rel="stylesheet" href="scss/bootstrap.min.css">
+
+<body>
+  <div id="content" />
+  <script src="dist/bundle.js" type="text/javascript"></script>
+</body>
+
+</html>
\ No newline at end of file