-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 774 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 774 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The worst</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script src="main.js"></script>
</head>
<body class="rainbow">
<div class="worst-container">
<marquee scrollamount="50"><h1>The Worst</h1></marquee>
<marquee scrollamount="60"><h1>The Worst</h1></marquee>
<marquee scrollamount="70"><h1>The Worst</h1></marquee>
<marquee scrollamount="80"><h1>The Worst</h1></marquee>
<marquee scrollamount="90"><h1>The Worst</h1></marquee>
<marquee scrollamount="100"><h1>The Worst</h1></marquee>
</div>
</body>
</html>