-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolcanorock.html
46 lines (41 loc) · 1.21 KB
/
volcanorock.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
<!DOCTYPE html>
<html>
<head>
<title>volcanorock</title>
</head>
<style>
.pfp {
width: 80px;
border-radius: 40px;
}
.verified {
width: 40px;
}
.username {
font-weight: bold;
color:white;
}
.profilebutton {
color:white;
width: 80px;
}
.status {
color:white;
}
</style>
<body style="background-color:black;">
<center>
<svg width="1024" height="50">
<rect width="1024" height="50" style="fill:rgb(80,148,252);stroke-width:0;stroke:rgb(0,0,0)" />
</svg>
</center>
<center>
<img class="pfp" src="https://cdn2.scratch.mit.edu/get_image/user/65769490_90x90.png?v=" alt="">
<p class="username" style="font-family:arial">@volcanorock</p>
<p class="status" style="font-family:arial" style="color:white">making trashpost :P</p>
<a href="https://scratch.mit.edu/users/volcanorock">
<img class="profilebutton" src="https://i.ibb.co/smQ2X89/costume1-2.png" alt="Go to Profile">
</a>
</center>
</body>
</html>