summaryrefslogtreecommitdiffstats
path: root/templates/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/log.html')
-rw-r--r--templates/log.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/log.html b/templates/log.html
new file mode 100644
index 0000000..36d6035
--- /dev/null
+++ b/templates/log.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+ <link href="{{ url_for('static', filename='friendly.css') }}" rel="stylesheet" type="text/css">
+ <link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/richleland/pygments-css/master/friendly.css">
+</head>
+<body>
+{% highlight 'irc' %}
+{{ log }}
+{% endhighlight %}
+</body>
+</html>