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 > Brainfuck</ title >
5+ < link rel ="stylesheet " type ="text/css " href ="styles/main.css "/>
6+ </ head >
7+ < body >
8+
9+ < div class ="main ">
10+ < h1 > Brainfuck</ h1 >
11+ </ div >
12+
13+ <!-- Navigation Menu -->
14+ < div class ="menu ">
15+ < h3 > Menu</ h3 >
16+ < a href ="index.html "> Home</ a > < br />
17+ < a href ="sessions.html "> Past Sessions</ a > < br />
18+ < a href ="inspiration.html "> Inspiration</ a >
19+
20+ < p > Languages < br />
21+ < a href ="languages/brainfuck.html "> Brainfuck</ a > < br />
22+ < a href ="languages/c.html "> C</ a > < br />
23+ < a href ="languages/cpp.html "> C++</ a > < br />
24+ < a href ="languages/haskell.html "> Haskell</ a > < br />
25+ < a href ="languages/java.html "> Java</ a > < br />
26+ < a href ="languages/python.html "> Python</ a > < br />
27+ </ p >
28+ </ div >
29+ </ body >
30+ </ html >
You can’t perform that action at this time.
0 commit comments