-
Notifications
You must be signed in to change notification settings - Fork 0
/
boo.html
47 lines (47 loc) · 1.16 KB
/
boo.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
<html>
<head>
<title>You've Been Boo'd</title>
<link rel="icon" type="image/png" href="files/boo/favicon.png">
<style type="text/css">
body {
background-color: lightgrey;
}
h1 {
text-align: center;
font-family: "times new roman";
font-size: 4em;
margin: 0;
}
h2 {
text-align: center;
font-family: "times new roman";
font-size: 3em;
margin: 0;
}
h3 {
font-family: "times new roman";
font-size: 1em;
margin: 0;
}
img {
width: 50%;
}
</style>
</head>
<body>
<h1>Print a copy to Boo Someone else!</h1>
<br>
<h2><a href="files/boo/Boo pdf.pdf" class="pdf">Print pdf here</a></h2><br>
<br>
<a href="files/boo/Boo pdf.pdf"><img id="pg1" src="files/boo/Boo pdf-1.jpg"><img id="pg2" src="files/boo/Boo pdf-2.jpg"></a>
<br>
<br>
<br>
<h3>
Credits:<br>
Icons made by Freepik and Zlatko Najdenovski from www.flaticon.com<br>
Grunge Background: <a href='https://mbtskoudsalg.com'>https://mbtskoudsalg.com</a><br>
</h3>
<br><br><br><br>
</body>
</html>