-
Notifications
You must be signed in to change notification settings - Fork 0
/
bike.html
54 lines (43 loc) · 1.61 KB
/
bike.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!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">
<title>BIKE GAMES</title>
</head>
<body>
<div id="starter">BEST COLLECTION OF BIKE GAMES</div>
<button id="home" onclick="logoutofbikepage()">HOME</button>
<button id="logout" onclick="logout()">LOG OUT</button>
<script src="bike.js"></script>
<link rel="stylesheet" href="bike.css">
<div class="container">
<div id="bike1">
<a href="https://play.famobi.com/moto-fury" target="_blank">
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/MotoFuryTeaser.jpg?v=0.2-e86af1e2" height=350 width=320 border=0 center=align>
<p id="bk1">MOTO FURY</p>
</a>
</div>
<div id="bike2">
<a href="https://play.famobi.com/moto-x3m" target="_blank">
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/MotoX3mTeaser.jpg?v=0.2-e86af1e2" border=0 center=align height=350 width=320>
<p id="bk2">MOTO X3M</p>
</a>
</div>
<DIV ID="bike3">
<A HREF="https://play.famobi.com/highway-rider-extreme" TARGET="_BLANK">
<IMG SRC="https://img.cdn.famobi.com/portal/html5games/images/tmp/HighwayRiderExtremeTeaser.jpg?v=0.2-e86af1e2" HEIGHT=350 WIDTH=320 CENTER=ALIGN BORDER=0>
<P ID="bk3">HIGHWAY RIDER</P>
</A>
</DIV>
</div>
<style>
body{
background-image: url("https://tse4.mm.bing.net/th?id=OIP.yZxpxik2QmVldHu8gSuK_gHaEK&pid=Api&P=0&w=317&h=179");
background-size: cover;
position: relative;
background-blend-mode: overlay;
}</style>
</body>
</html>