forked from RobertBeckebans/TrenchBroomBFG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
22 lines (22 loc) · 1.16 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TrenchBroom</title>
<link rel="StyleSheet" href="css/style.css" type="text/css" media="screen" />
<meta name="author" content="Kristian Duske" />
</head>
<body>
<div id="container">
<img src="images/logo.png" width="256" height="256" alt="TrenchBroom Logo" />
<h1>TrenchBroom</h1>
<p class="subtitle">Level Editor</p>
<hr />
<ul class="menu">
<li><a href="index.php">About</a></li>
<li><a href="https://github.com/TrenchBroom/TrenchBroom/releases">Download</a></li>
<li><a href="http://celephais.net/board/view_thread.php?id=60908">Discuss</a></li>
<li><a href="https://twitter.com/kristianduske" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li>
</ul>
<hr />