forked from bizzbyster/bizzbyster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testing.html
50 lines (38 loc) · 1.33 KB
/
testing.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
45
46
47
48
49
50
<!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>HTTPS 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" />
<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.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>
</section>
</article>
</main>
</body>
</html>