Skip to content

Commit 43cc28f

Browse files
committed
Added main template page
1 parent 461e14e commit 43cc28f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

templates/main.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[% INCLUDE header.html %]
2+
3+
<h1>Welcome to ADBOS</h1>
4+
<div style="width:600px">
5+
<p>[% intro %]</p>
6+
<p>A limited set of OPDEF data can be viewed without an account, but to view
7+
full details you must <a href="/register">register for an account</a>.</p>
8+
9+
<p>Forgotten your password? <a href="/emailpw">Reset your password</a></p>
10+
11+
</div>
12+
13+
[% INCLUDE footer.html %]

0 commit comments

Comments
 (0)