Wed, 26 Feb 2020 00:06:06 -0700
- Actually fix Arimo remote font
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"> | |
13
29c252b93909
- Actually fix Arimo remote font
Glitchvid <Glitchvid@glitchvid.com>
parents:
11
diff
changeset
|
14 | <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> |
0 | 15 | </head> |
16 | ||
17 | <body> | |
18 | ||
19 | <div class="main" > | |
20 | ||
21 | <div id="header"> | |
22 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
23 | <nav> | |
24 | <ul class="buttons"> | |
25 | <a href="home.html"><li>Home</li></a> | |
26 | <a href="features.html"><li>Features</li></a> | |
27 | <a href=""><li>Wiki</li></a> | |
28 | <a href="about.html"><li class="active">About</li></a> | |
29 | </ul> | |
30 | </nav> | |
31 | </div> | |
32 | ||
33 | <div class="content"> | |
34 | <h4>Nobody here but us chickens!</h4> | |
35 | <h1>Contact:</h1> | |
36 | <h3>admin@source2.info</h3> | |
37 | </div> | |
38 | ||
39 | <div class="footer"> | |
11 | 40 | <p class="copyright">Source Creator Collective – 2020</p> |
0 | 41 | </div> |
42 | ||
43 | </div> | |
44 | ||
45 | </body> | |
46 | ||
47 | </html> |