-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
22 lines (21 loc) · 837 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Awesome Site</title>
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
</head>
<body>
<h1 class="web" style="color: blue" align="center">
<marquee class="text" direction="right" scrollamount="12">Welcome to the Awesome Site</marquee></h1>
</marquee>
<div>
<p class="awesome">A ham sandwich walks into a bar and orders a beer, bartender says "sorry, we don’t serve food here."</p>
<p class="new">Oh cool look here is some other text! Woah here is some more.</p>
<button onclick="popup()">Click Me</button>
</div>
</body>
</html>