Tue, 25 Feb 2020 23:59:39 -0700
- New font selection
- Changed dash to en dash in Source Creator Collective
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"> | |
8 | <link rel="icon" type="image/png" href="/s2favicon.png"> | |
5 | 9 | <title>Source 2 Documentation Project</title> |
11 | 10 | |
11 | <!--Fonts--> | |
12 | <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> | |
13 | <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> | |
0 | 14 | </head> |
15 | ||
16 | <body> | |
17 | ||
18 | <div class="main" > | |
19 | ||
20 | <div id="header"> | |
21 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
22 | <nav> | |
23 | <ul class="buttons"> | |
24 | <a href="home.html"><li>Home</li></a> | |
25 | <a href="features.html"><li>Features</li></a> | |
26 | <a href=""><li>Wiki</li></a> | |
27 | <a href="about.html"><li class="active">About</li></a> | |
28 | </ul> | |
29 | </nav> | |
30 | </div> | |
31 | ||
32 | <div class="content"> | |
33 | <h4>Nobody here but us chickens!</h4> | |
34 | <h1>Contact:</h1> | |
35 | <h3>admin@source2.info</h3> | |
36 | </div> | |
37 | ||
38 | <div class="footer"> | |
11 | 39 | <p class="copyright">Source Creator Collective – 2020</p> |
0 | 40 | </div> |
41 | ||
42 | </div> | |
43 | ||
44 | </body> | |
45 | ||
46 | </html> |