From 05bb2595cbc6addbf5cdf145545feca5a5838ef9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 23 Oct 2014 14:47:49 +0100 Subject: Initial commit of working Flask app --- templates/list_networks.html | 30 ++++++++++++++++++++++++++++++ templates/show_channel.html | 35 +++++++++++++++++++++++++++++++++++ templates/show_network.html | 31 +++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 templates/list_networks.html create mode 100644 templates/show_channel.html create mode 100644 templates/show_network.html (limited to 'templates') diff --git a/templates/list_networks.html b/templates/list_networks.html new file mode 100644 index 0000000..aed9ee9 --- /dev/null +++ b/templates/list_networks.html @@ -0,0 +1,30 @@ + + + + + + + diff --git a/templates/show_channel.html b/templates/show_channel.html new file mode 100644 index 0000000..a292c7e --- /dev/null +++ b/templates/show_channel.html @@ -0,0 +1,35 @@ + + + + + + + diff --git a/templates/show_network.html b/templates/show_network.html new file mode 100644 index 0000000..b77533c --- /dev/null +++ b/templates/show_network.html @@ -0,0 +1,31 @@ + + + + + + + -- cgit v1.2.3-54-g00ecf