-
Notifications
You must be signed in to change notification settings - Fork 0
/
myinfo.html
56 lines (53 loc) · 1.31 KB
/
myinfo.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
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/x-icon" href="favico.png" />
<title> I was gonna put the rickroll song but it doesnt work anymore </title>
<style>
.box {
display:inline-block;
width:100%;
text-align:center;
}
img {
display:inline-block;
width:768px;
margin:0 auto;
}
@media only screen and (max-width: 767px) {
img {
width:100%;
}
}
.audio-container {
display: flex;
justify-content: center;
align-items: center
}
</style>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<h1 style="text-align:center">
My Info! </h1>
<h2 style="text-align:center">
[[[REDACTED]]]
<div class="box">
<img src="https://relyf47.github.io/myinfo/rocky.gif">
</div>
</h2>
<h1 style="text-align:center">
oh btw before you leave listen to my favourite studying song </h1>
<div class="audio-container">
<audio controls>
<source src="https://relyf47.github.io/main.ogg" type="audio/mpeg"/>
</audio>
</div>
<div style="text-align:center">
<a href="https://relyf47.github.io/index.html">Take me back</a>
</div>
</body>
</html>