site/about.html

Wed, 26 Feb 2020 00:22:33 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 26 Feb 2020 00:22:33 -0700
changeset 14
e61659f0b0be
parent 13
29c252b93909
permissions
-rw-r--r--

- New font linking style
- Fix favicon on local FS

<!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="stylesheet" href="font.css">
	<link rel="icon" type="image/png" href="s2favicon.png">
	<title>Source 2 Documentation Project</title>
</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>

mercurial