-
Notifications
You must be signed in to change notification settings - Fork 0
/
truck.html
50 lines (44 loc) · 1.67 KB
/
truck.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
<!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>TRUCK GAMES</title>
</head>
<body>
<div id="starter">BEST COLLECTION OF TRUCK GAMES</div>
<button id="home" onclick="logoutoftruckpage()">HOME</button>
<button ID="logout" onclick="logout()">LOG OUT</button>
<div class="container">
<div id="truck1">
<a href="https://play.famobi.com/racing-monster-trucks" target=_blank>
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/RacingMonsterTrucksTeaser.jpg?v=0.2-e86af1e2" border=0 center=align width=320 height=350>
<p id="tr1">RACING TRUCKS</p>
</a>
</div>
<div id="truck2">
<a href="https://play.famobi.com/truck-trials" TARGET=_blank>
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/TruckTrialsTeaser.jpg?v=0.2-e86af1e2" border=0 height=350 width=320 center=align>
<p id="tr2">MONSTER TRUCK TRIALS</p>
</a>
</div>
<div id="truck3">
<a href="https://www.crazygames.com/game/truck-simulator-russia" target=_blank>
<img src="https://tse2.mm.bing.net/th?id=OIP.ApPl0OZNDCP6LCvazDmFyQHaD4&pid=Api&P=0&w=289&h=152"border=0 center=align height=350 width=320 >
<p id="tr3">TRUCK-SIM-RUSSIA</p>
</a>
</div>
</div>
<link rel="stylesheet" href="truck.css">
<SCRIPT SRC="truck.js"></SCRIPT>
<style>
body{
background-image: url("https://tse1.mm.bing.net/th?id=OIP.4erchQRCGTgCRsDhG-x02QHaEK&pid=Api&P=0&w=282&h=160");
background-size: cover;
position: relative;
background-blend-mode: color-dodge;
}
</style>
</body>
</html>