This website requires JavaScript.
Explore
Help
Sign In
moepman
/
bk-dss
Watch
1
Star
0
Fork
1
You've already forked bk-dss
mirror of
https://github.com/moepman/bk-dss
synced
2024-11-17 23:09:11 +01:00
Code
Releases
Activity
89a8cecb2a
bk-dss
/
templates
/
index.html
5 lines
89 B
HTML
Raw
Normal View
History
Unescape
Escape
Make more use of bootstrap.
2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
Add very basic templates, style and a handler for '/'.
2015-06-16 21:57:44 +02:00
{% block content %}
Make more use of bootstrap.
2016-03-20 16:10:00 +01:00
<
p
>
Hello, World!
<
/
p
>
Add very basic templates, style and a handler for '/'.
2015-06-16 21:57:44 +02:00
{% endblock %}
Copy Permalink