forked from mcferrod19/Scriptfighter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathendGameOne.html
More file actions
26 lines (22 loc) · 732 Bytes
/
endGameOne.html
File metadata and controls
26 lines (22 loc) · 732 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
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>end game1</title>
<link rel="stylesheet" href="css/endGameOne.css">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
</head>
<body>
<div id="page-3" class="page">
<h2 class="position">CONGRATULATIONS!
GOOD LUCK TO THE NEXT BATTLE</h2>
<img src="img/giphy.gif" alt="manfire">
<div class="">
<a href="gameOne.html"><button class="buttonplay">Play Again</button></a>
<a href="index.html"><button class="buttonplay">Home</button></a>
</div>
</div>
</body>
</html>