Tue, 27 Sep 2022 14:25:41 -0600
- Add HLA news
- Add font linking in HTML
0 | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="viewport" content="width=device-width"> | |
6 | <meta name="description" content="Source 2 Documentation"> | |
7 | <link rel="stylesheet" href="style.css"> | |
14
e61659f0b0be
- New font linking style
Glitchvid <Glitchvid@glitchvid.com>
parents:
13
diff
changeset
|
8 | <link rel="stylesheet" href="font.css"> |
e61659f0b0be
- New font linking style
Glitchvid <Glitchvid@glitchvid.com>
parents:
13
diff
changeset
|
9 | <link rel="icon" type="image/png" href="s2favicon.png"> |
5 | 10 | <title>Source 2 Documentation Project</title> |
0 | 11 | </head> |
12 | ||
13 | <body> | |
14 | ||
15 | <div class="main" > | |
16 | ||
17 | <div id="header"> | |
18 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
19 | <nav> | |
20 | <ul class="buttons"> | |
21 | <a href="home.html"><li>Home</li></a> | |
22 | <a href="features.html"><li>Features</li></a> | |
23 | <a href=""><li>Wiki</li></a> | |
24 | <a href="about.html"><li class="active">About</li></a> | |
25 | </ul> | |
26 | </nav> | |
27 | </div> | |
28 | ||
29 | <div class="content"> | |
30 | <h4>Nobody here but us chickens!</h4> | |
31 | <h1>Contact:</h1> | |
32 | <h3>admin@source2.info</h3> | |
33 | </div> | |
34 | ||
35 | <div class="footer"> | |
11 | 36 | <p class="copyright">Source Creator Collective – 2020</p> |
0 | 37 | </div> |
38 | ||
39 | </div> | |
40 | ||
41 | </body> | |
42 | ||
43 | </html> |