File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > {{ page.title }}</ title >
5
+ < link rel ="stylesheet " type ="text/css " href ="/css/default.css " media ="screen " />
6
+ < link rel ="alternate " type ="application/atom+xml " title ="Atom " href ="/feeds/atom.xml " />
7
+ < link rel ="alternate " type ="application/rss+xml " title ="RSS " href ="/feeds/rss.xml " />
8
+ </ head >
9
+ < body >
10
+ < h1 class ="header ">
11
+ < a href ="/ "> #</ a >
12
+ Beware of programmers carrying screwdrivers
13
+ </ h1 >
14
+ < div class ="content ">
15
+ < h1 class ="postTitle "> < a href ="/ "> Four Oh Four</ a > </ h1 >
16
+ < div class ="post ">
17
+ < p > Sorry, nothing here by that name.</ p >
18
+ </ div >
19
+ </ div >
20
+ < div class ="footer ">
21
+ < ul class ="links ">
22
+ < li > < a href ="/about.html "> About me</ a > </ li >
23
+ < li > < a href ="http://esm.logic.net/ "> My real blog</ a > </ li >
24
+ < li > < a href ="http://www.flickr.com/photos/edward_marshall "> Flickr</ a > </ li >
25
+ < li > < a href ="http://github.com/logic "> Github</ a > </ li >
26
+ < li > < a href ="/feeds/atom.xml " rel ="alternate " type ="application/atom+xml "> Atom</ a > /< a href ="/feeds/rss.xml " rel ="alternate " type ="application/rss+xml "> RSS</ a > </ li >
27
+ </ ul >
28
+ </ div >
29
+ </ body >
30
+ </ html >
You can’t perform that action at this time.
0 commit comments