-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Supreme Pancakes | Home</title>
</head>
<body>
<img id="image" src="https://static.vecteezy.com/system/resources/previews/020/002/870/original/pancake-graphic-clipart-design-free-png.png">
<img id="image2" src="https://static.vecteezy.com/system/resources/previews/020/002/870/original/pancake-graphic-clipart-design-free-png.png">
<h1 id="title" style="font-size: 169px; filter: drop-shadow(7px 10px 4px black);">Supreme Pancakes</h1>
<br>
<button id="dong_button" style="width: 500px; height: 200px; font-size: 90px; background-color: transparent; filter: drop-shadow(7px 10px 4px black);" onclick="song_button_pressed()"><b>Mao Ze-?</b></button>
<b><p id="subtitle_text" style="font-size: 54px; filter: drop-shadow(7px 5px 4px black);">Pancakes Better Than You Could Imagine.</p></b>
<script src="index.js"></script>
</body>
</html>