-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.08 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<style>
body{
max-width: 980px;
margin: 0 auto;
border: 1px solid gray;
min-height: 780px;
}
</style>
<html>
<head>
<meta charset="utf-8">
<title>David Wu</title>
<style>
</style>
</head>
<body>
<div class="topBar">
<h1 style="margin-left:1em; vertical-align:middle;">some Title</h1>
</div>
<div>
<p> This is some text </p>
<p> I bought a <a href="http://www.walmart.com/ip/Canon-18-MP-5169B003AA/15754553">Google Nexus 5</a> </p>
</div>
<p> here i am talking about a new 13" Macbook Pro - and should show up as a link</p>
<div class="vl-sp-05c4c0fab650dfe696765a74ac0e5804"/>
<script type="text/javascript">
var vglnk = { key: '63d8839bbf386b214e6394ffce2144df' };
(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
</body>
</html>