forked from lejubi/MakeACake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
28 lines (28 loc) · 1.13 KB
/
intro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/styles.css">
<title>Intro</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<style>
</style>
</head>
<body style="background-image: url('img/bg1.png');">
<script type = "text/javascript" src = "playSong.js">
themeSong.play();
</script>
<div class="center">
<h1 class="title">Make a Cake!</h1>
<img src="img/titleCake1.png" alt="titleCake1" class="titleCake1">
<img src="img/titleCake2.png" alt="titleCake2" class="titleCake2">
<img src="img/titleCake3.png" alt="titleCake3" class="titleCake3">
<script src = "changePage.js"></script>
<script src = "playSong.js"></script>
<button class = "button pinkButton" onclick="clickOpSound.play(); goToIndex()">Start</button>
</div>
</body>
</html>