site/about.html

Tue, 27 Sep 2022 14:25:41 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Tue, 27 Sep 2022 14:25:41 -0600
changeset 17
e3bd2922bf9a
parent 14
e61659f0b0be
permissions
-rw-r--r--

- Add HLA news
- Add font linking in HTML

<!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