-
Notifications
You must be signed in to change notification settings - Fork 0
/
theResult.html
33 lines (33 loc) · 1.19 KB
/
theResult.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
29
30
31
32
33
<!DOCTYPE html>
<!-- Matthew Samuel -->
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="DealorNoDeal.css" />
<link rel="icon" href="demo_icon.gif" type="image/gif" sizes="16x16">
<style>
@import url('https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Libre+Franklin|Press+Start+2P|Rubik+Mono+One');
body {
background-image:
url("http://www.egrowthpartners.com/wp-content/uploads/2015/03/reinstatement-image.jpg");
background-blend-mode:lighten;
}
</style>
<title>Deal or No Deal Result</title>
<script type="text/javascript" src="DealorNoDeal.js"></script>
</head>
<body lang="en-US" onload="calculateResult()">
<h1>
Deal or No Deal Result
</h1>
<p id=images>
Images Sources:
</p>
<a id =play href="index.html"> Play Again?</a>
<a id=backgroundImage href="http://www.egrowthpartners.com/wp-content/uploads/2015/03/reinstatement-image.jpg">
background image</a>
<a id=faviconImage href="https://empoweryourknowledgeandhappytrivia.files.wordpress.com/2016/05/dollar-sign.jpg?w=116&h=163">
favicon image</a>
<h3 id=sub> final result</h3>
</body>
</html>