site/about.html

changeset 0
c1d19a9b477c
child 5
119d642a45fb
equal deleted inserted replaced
-1:000000000000 0:c1d19a9b477c
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">
9 </head>
10
11 <body>
12
13 <div class="main" >
14
15 <div id="header">
16 <img class="headerlogo" src="source2_new.svg" title="Source 2">
17 <nav>
18 <ul class="buttons">
19 <a href="home.html"><li>Home</li></a>
20 <a href="features.html"><li>Features</li></a>
21 <a href=""><li>Wiki</li></a>
22 <a href="about.html"><li class="active">About</li></a>
23 </ul>
24 </nav>
25 </div>
26
27 <div class="content">
28 <h4>Nobody here but us chickens!</h4>
29 <h1>Contact:</h1>
30 <h3>admin@source2.info</h3>
31 </div>
32
33 <div class="footer">
34 <p class="copyright">Source Creator Collective - 2020</p>
35 </div>
36
37 </div>
38
39 </body>
40
41 </html>

mercurial