-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>sofiasys | laptop systems</title>
<link rel="shortcut icon" href="images/_site_images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/iphone.css">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<script type="text/javascript" charset="utf-8">
window.onload = function() {
setTimeout(function(){window.scrollTo(0, 1);}, 100);
}
</script>
</head>
<body>
<div id="header"><h1>sofiasys laptop systems</h1><a href="." id="backButton">home</a></div>
<h1>sofiasys home</h1>
<ul>
<li><a href="_inventory">sofiasys nyc laptop inventory</a></li>
</ul>
<ul>
<li><a href="_about">about us</a></li>
<li><a href="_contact">contact us</a></li>
</ul>
</body>
</html>