summaryrefslogtreecommitdiffstats
path: root/templates/log.html
blob: 36d6035edb302956e7d0dbb437e1e8a033d7cf43 (plain)
1
2
3
4
5
6
7
8
9
10
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>