-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterm.html
35 lines (32 loc) · 990 Bytes
/
term.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
<!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">
<title>terms</title>
<STyle>
*{
background-image: url(images/sp-5.jpg);
align-items: center;
align-content: center;
font-size: xx-large;
font-family: Raleway;
font-weight: bolder;
}
a{
color: rgb(192, 222, 248);
}
a:hover{
color: rgb(255, 255, 255);
}
</STyle>
</head>
<body>
<article align="center" style="color: darkorange;"><h1>THERE ARE NO TERMS AND CONDITIONS. THIS PAGE IS ONLY MADE FOR MY SELECTION</h1>
<h1> AND IT TOOK ME 3 DAYS TO MAKE THIS WHOLE PAGE. SO PLEASE SUBSCRIBE TO MY YOUTUBE CHANNEL
AND PLEASE PRAY THAT SPATS SELECT ME INTO ITS WEBPAGE TEAM :) </h1>
</article>
<a href="index.html">HOME</a>
</body>
</html>