-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 847 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: white}
h1 {color: blue;}
p {color: lime;}
</style>
</head>
<body>
<center>
<br>
<br>
<br>
<br>
<u><b><h1>Sleazy</h1>
<p> Hi I'm sleazy! I'm a YouTuber with 30 subscribers! I do Fortnite vids and more coming up!
<br>
It would be nice fit you subbed to me + comment + and share!!!!!
<br>
<br>
<a href="https://www.youtube.com/channel/UCVs3FDyojXvD3ZU4NW-c2aA">Check my My Youtube channel.</a>
<div class="footer">
<p>©JC 2022. Ask owner if you would like to showcase this website </p>
<br>
<a href="https://www.youtube.com/channel/UCVs3FDyojXvD3ZU4NW-c2aA">My web dev's Youtube channel.</a>
</div>
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
</style>
</body>
</html>