-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
24 lines (22 loc) · 1.18 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
<!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="/introstyles.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
</style>
</head>
<body>
<a href="https://fontmeme.com/sopranos-font/"><img src="https://fontmeme.com/permalink/221103/1cdf0d52526b8469cc8a9ce987beb7da.png" alt="sopranos-font" border="0"></a>
<p>Your goal will be to save Tony by avoiding the guns and making 50 points by collecting espressos and sandwiches.</p>
<div class="container">
<img src="https://media0.giphy.com/media/141xGebUNJWiGI/giphy.gif?cid=ecf05e47a5b8mlt802bgw7zctpg49pc9jgez272gmmwiso1d&rid=giphy.gif&ct=g" alt="Tony Soprano wink">
<button><a href="index.html">start game</a></button>
</button>
</div>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
</body>
</html>