-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrickrolled.html
More file actions
88 lines (84 loc) · 4.06 KB
/
rickrolled.html
File metadata and controls
88 lines (84 loc) · 4.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Site Metadata -->
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
<meta content="#ff2b7a" name="theme-color">
<!-- SEO & Open Graph -->
<meta content="11 yr old boy named Derrick. ." name="description">
<meta content="aria, aurora rpg, awia, awiaaaa, awiaaa, ariastech, netsky" name="keywords">
<meta content="https://arias.tech" property="og:url">
<meta content="13 yr old dude. feb23 is my birthday." property="og:description">
<meta content="https://arias.tech/img/logo.png" property="og:image">
<!-- Twitter Metadata -->
<meta content="summary" name="twitter:card">
<meta content="arias.tech" name="twitter:title">
<meta content="14 year old trans girl and content creator from Portugal." name="twitter:description">
<meta content="https://arias.tech/img/logo.png" name="twitter:image">
<!-- Site Resources -->
<link rel="shortcut icon" href="img/favicon.png">
<link href="css/frameworks/bulma.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<script src="js/font-awesome.js"></script>
<title>Aurora Rpg</title>
</head>
<body>
<script src="playvideo.js"></script>
<section class="hero is-medium header">
<div class="hero-body">
<div class="container has-text-centered">
<img src="img/logo.png" class="animated fadeInDown fast logo" alt="logo">
<div class="animated fadeInUp fast icons">
<span class="icon is-large">
<i class="icons fab fa-youtube fa-2x"></i>
</span>
</a>
<span class="icon is-large">
<i class="icons fab fa-twitter fa-2x"></i>
</span>
</a>
<i class="icons fab fa-discord fa-2x"></i>
</span>
</a>
</div>
</div>
</div>
</section>
<div class="spacing"></div>
<section class="section">
<div class="container">
<div class="columns animated fadeInUp faster has-text-centered">
<div class="column">
<p class="is-size-2">LOLOLOLOLOL</p>
<h2>HAHAHHAHAH FUNNY RICK ROLL</h2>
<div class="bg-music">
<video src="RICKROLLVID.mp4" id="video"></video>
<br>
</div>
</div>
</section>
<div class="spacing"></div>
<section class="section">
<div class="container">
<div class="columns animated fadeInUp faster has-text-left has-text-dark">
<div class="column">
<p class="is-size-2">Contact</p>
<p><a href="https://twitter.com/AuroraRpgYT" target="_blank"><i class="fab fa-twitter"></i> Twitter: </a> @AuroraRpgYT</p>
<p><a href="https://discord.gg/uy6QDYeD" target="_blank"><i class="fab fa-discord"></i> Discord: </a> @Aurora Rpg#3365</p>
<p><a href="mailto:aurorarpg223@gmail.com" target="_blank"><i class="fas fa-envelope"></i> Email: </a> aurorarpg223@gmail.com</p>
</div>
<div class="column is-narrow is-hidden-mobile">
<img src="img/logo.png" class="logo" alt="logo" style="border: 3px solid #ff2b7a !important;">
</div>
</div>
</div>
</section>
<div class="spacing"></div>
<footer class="footer has-text-white has-text-centered is-size-6">
<p>Made with <i class="fas fa-heart fa-1x"></i> by <a href="https://aerofusion.us" class="has-text-white">AeroFusion and Aurora Rpg</a>. <a href="https://github.com/aerofusionyt/arias.tech" class="has-text-white"><i class="fab fa-github"></i></a></p>
</footer>
</body>
</html>