-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguarantee.html
More file actions
25 lines (25 loc) · 813 Bytes
/
guarantee.html
File metadata and controls
25 lines (25 loc) · 813 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
<!DOCTYPE HTML>
<html>
<head>
<title>Works on my machine!!</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
<style>
main {
margin:1rem auto;
max-width:800px;
font-family: 'Raleway', sans-serif;
}
main img{
display:block;
margin:1rem auto;
}
</style>
</head>
<body>
<main>
<img alt="works on my machine, starburst" border="0" class="at-xid-6a0120a85dcdae970b0128776ff992970c" height="193" src="http://codinghorror.typepad.com/.a/6a0120a85dcdae970b0128776ff992970c-pi" width="200">
<p>While no guarantees can be made about how this code will run on your machine or as to whether or not it will
behave as intended, you can at least be assured that it runs on my machine.</p>
</main>
</body>
</html>