Skip to content

Commit e815b83

Browse files
committed
Added header and footer and admin pages fixed
1 parent c3e661a commit e815b83

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

footer.html

Whitespace-only changes.

header.html

Whitespace-only changes.

mobile_footer.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<center>
2+
<p>
3+
<a href="/">Home</a>
4+
</p>
5+
</center>

mobile_header.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<center>
2+
<img src="/static/img/wda-training.png"/>
3+
<hr style="border:1px dashed;color:58595b" width="100%"/>
4+
5+
<form action="/search" method="get">
6+
<input name="query" type="text" value=""><input type="submit" value="Search">
7+
</form>
8+
</center>

0 commit comments

Comments
 (0)