-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 880 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 880 Bytes
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
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Vixo AB</title>
<link type="text/css" href="design1.css" rel="stylesheet" />
</head>
<body>
<div class="box">
<h1 class="title">Vixo AB</h1>
<div class="contact">
<p><strong>Vixo AB</strong></p>
<p>556764-4256</p>
<p>Göteborg</p>
<p>✉ victor @ vixo.se</p>
<p>☎ 0704-45 87 08</p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11084370-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>