Tue, 25 Feb 2020 23:59:39 -0700
- New font selection
- Changed dash to en dash in Source Creator Collective
<!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"> <title>Source 2 Documentation Project</title> <!--Fonts--> <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> </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>