forked from bizzbyster/bizzbyster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.html
More file actions
66 lines (52 loc) · 2.08 KB
/
sites.html
File metadata and controls
66 lines (52 loc) · 2.08 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Test Site List</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<script src="/not_called_functions.js"></script>
<script src="/called_functions.js"></script>
<link rel="stylesheet" type="text/css" href="/stylesheets/normalize.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/screen.css" />
</head>
<body class="post-template">
<main class="content" role="main">
<article class="post">
<header>
<h1 class="post-title">Site List</h1>
</header>
<style>
p {
font-size: 24px;
color: black;
line-height: 175%;
}
</style>
<section class="post-content">
<p><a href="https://www.kickstarter.com/">https://www.kickstarter.com/</a></p>
<p><a href="http://bizzbyster.github.io/one_image.html">one_image.html</a></p>
<p><a href="https://monocle.com/">https://monocle.com/</a></p>
<p><a href="http://msnbc.com">http://msnbc.com</a></p>
<p><a href="http://www.theonion.com">http://www.theonion.com</a></p>
<p><a href="https://www.usps.com">https://www.usps.com</a></p>
<p><a href="https://www.washingtonpost.com">https://www.washingtonpost.com</a></p>
<p><a href="https://www.etsy.com">https://www.etsy.com</a></p>
<p><a href="https://www.amazon.com">https://www.amazon.com</a></p>
<p><a href="https://www.wellsfargo.com">https://www.wellsfargo.com</a></p>
<p><a href="http://www.imdb.com">http://www.imdb.com</a></p>
<p><a href="https://www.wikipedia.org/">http://www.wikipedia.com</a></p>
<p><a href="http://bizzbyster.github.io/scheduler.html">scheduler test site</a></p>
<p><a href="http://espn.go.com/">http://espn.go.com/</a></p>
</section>
</article>
<script>
var mylocal = doSomething(Math.random());
document.write(mylocal);
</script>
</main>
</body>
</html>