-
Notifications
You must be signed in to change notification settings - Fork 0
/
joc.html
executable file
·77 lines (70 loc) · 3.69 KB
/
joc.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang = "ro">
<head>
<meta charset = "utf-8"/>
<meta name="language" content="Romanian">
<meta name = "author" content = "Matei Bejan" />
<meta name = "keywords" content = "simulator, joc, commercial" />
<meta name = "description" content = "Drone Drive Romania - cumpara, ichiriaza si repara drone online"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true"/>
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Indie%20Flower' rel='stylesheet' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel = "stylesheet" type = "text/css" href = "CSS/stil_joc.css" />
<link rel = "stylesheet" type = "text/css" href = "CSS/stil_meniu.css" />
<link href="Images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title> Drone Drive - Comanda drone online </title>
</head>
<body>
<header id = "top">
<h1 id="h1style1"> Drone Drive Romania </h1>
<span class="h2style2"> Cumpara online cele mai bune drone comerciale Romania, atat pre-made, cat si custom</span>
<div class="top">
<ul class="navbar">
<li><a href="main.html" class="fa fa-home"> </a></li>
<li><ul class="dropdown">
<li><button class="dropbtn">Comanda
<i class="fa fa-caret-down"></i>
</button> </li>
<li><ul class="dropdown-content">
<li><a href="comanda.html#cumpara">Cumpara</a></li>
<li><a href="comanda.html#inchiriaza">Inchiriaza</a></li>
<li><a href="comanda.html#custom">Comanda custom</a></li>
</ul></li>
</ul><li>
<li><ul class="dropdown">
<li><button class="dropbtn">Service
<i class="fa fa-caret-down"></i>
</button></li>
<li><ul class="dropdown-content">
<li><a href="service.html">Reparatii</a></li>
<li><a href="diy.html">Do it yourself</a></li>
</ul></li>
</ul></li>
<li><a href="joc.html">Simulator</a></li>
<li><a href="customer_supp.html">Customer support</a></li>
</ul>
</div>
</header>
<aside>
<div class="sm">
<a href="https://www.facebook.com/" class="smb fa fa-facebook" target="_blank"></a>
<a href="https://twitter.com/twitter" class="smb fa fa-twitter" target="_blank"></a>
<a href="https://plus.google.com/discover?hl=ro" class="smb fa fa-google" target="_blank"></a>
<a href="https://www.snapchat.com/" class="smb fa fa-snapchat-ghost" target="_blank"></a>
</div>
</aside>
<footer>
<div id="foot">
<div id="divfooterstyle">
<small> Copyright @ Drone Drive Romania AKA Matei Bejan. Contact: <a href = "mailto:[email protected]" style="color:lightcoral"> Drone Drive Romania. </a> </small>
<small>Contact: Telefon: 0707070707; E-mail:[email protected]</small>
</div>
<a href = "#top" id="afooterstyle"> Go UP. </a>
</div>
</footer>
</body>
</html>