-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrock.html
More file actions
53 lines (52 loc) · 2.45 KB
/
rock.html
File metadata and controls
53 lines (52 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<title>This page rocks</title>
<style>
@font-face {
font-family: head;
src: url(/fonts/JFRocOut.ttf);
}
body {
background-image: url('https://images.unsplash.com/photo-1542732056-648731297c97?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
}
.header {
color: white;
font-size: 100px;
font-family: head;
margin: 0;
padding: 0;
background-image: url('https://www.bgs.ac.uk/wp-content/uploads/2019/12/Pebbles_in_Rethymnos_beach_web-1400x668.jpg');
border-radius: 30px;
}
</style>
</head>
<body>
<center>
<table class="header">
<tr>
<td>ROCKS</td>
</tr>
</table>
</center>
<br />
<center>
<table style="background-image: url('https://as1.ftcdn.net/v2/jpg/02/94/99/74/1000_F_294997483_FrDSBYr8gfJ5OnXF7IomvLjg3jjQldvr.jpg'); border: 3px solid rgb(131, 149, 40); border-radius: 12px;">
<tr>
<td colspan="3" rowspan="2"><iframe src="https://archive.org/download/How_to_make_a_pet_rock/How_to_make_a_pet_rock.mpeg4" width="450" height="300"></iframe></td>
<td rowspan="2"><img src="https://www.mediastorehouse.com/p/497/mining-tools-ad-mining-tools-19th-century-7498345.jpg" height="300" width="150"></td>
</tr>
<tr></tr>
<tr>
<td><a href="/rand/pet_rock_manual_original.pdf"><img src="/img/Screenshot 2023-08-29 223137.jpg" height="150" width="150"></a></td>
<td><img src="https://media.tenor.com/QA_IqSKoWTcAAAAC/the-rock.gif" height="150"></td>
<td><img src="https://media.tenor.com/QA_IqSKoWTcAAAAC/the-rock.gif" height="150"></td>
<td><img src="https://media.tenor.com/QA_IqSKoWTcAAAAC/the-rock.gif" height="150"></td>
</tr>
<tr>
<td colspan="4" rowspan="4"><img src="https://preview.redd.it/8bn1zkl42js61.jpg?width=575&format=pjpg&auto=webp&s=413ed8a76708f592874cf3c341e1961c15c00141" width="600" height="600"></td>
</tr>
</table>
</center>
</body>
</html>