diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-15 13:23:20 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | c747fca2e896fdf1b65ae301ad4ae22426e0121a (patch) | |
tree | 8d111e6caadd8f2606e5040bb3121236db47bd91 /synapse_topology/webui/src/index.html | |
parent | Where did this come from? (diff) | |
download | synapse-c747fca2e896fdf1b65ae301ad4ae22426e0121a.tar.xz |
Add some structure.
Diffstat (limited to 'synapse_topology/webui/src/index.html')
-rw-r--r-- | synapse_topology/webui/src/index.html | 15 |
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 |