First version of Hosts Up ready and working
This commit is contained in:
25
htmlblock.html
Normal file
25
htmlblock.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="description" content="Hosts Up" />
|
||||
<meta name="author" content="Jack-Benny Persson" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="hosts_up.css" title="Hosts Up"/>
|
||||
<title>Hosts Up</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id = "top">
|
||||
<p class="top">
|
||||
<a href="index.php">Hosts Up</a> | <a href="help.php">Help</a>
|
||||
| <a href="about.php">About</a> | <a href="LICENSE">Copyright</a>
|
||||
</p>
|
||||
<hr />
|
||||
|
||||
</div>
|
||||
<div id = "middle">
|
||||
|
Reference in New Issue
Block a user