Wed, 01 Jan 2020 21:21:10 -0700
- Initial
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> <link rel="icon" type="image/png" href="/s2favicon.png"> </head> <body> <div class="main" > <div id="header"> <img class="headerlogo" src="source2_new.svg" title="Source 2"> <nav> <ul class="buttons"> <a href="home.html"><li>Home</li></a> <a href="features.html"><li>Features</li></a> <a href=""><li>Wiki</li></a> <a href="about.html"><li class="active">About</li></a> </ul> </nav> </div> <div class="content"> <h4>Nobody here but us chickens!</h4> <h1>Contact:</h1> <h3>admin@source2.info</h3> </div> <div class="footer"> <p class="copyright">Source Creator Collective - 2020</p> </div> </div> </body> </html>