-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (47 loc) · 1.95 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="MODEX is a new Startup based on App and Web Development, we love to give user satisfcation and keep him engaged to our products! Modex is based in Berlin - Germany - Tirana - Albania">
<meta name="keywords" content="Networks App,Moody, Modex Networks, Modex, Android, Play Store">
<meta name="author" content="Modex">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/icon.png" type="image/icon type">
<title>MODEX</title>
</head>
<body>
<div class="hero">
<div class="navbar">
<img src="images/logo.png" class = "logo">
</div>
<div class="content">
<h3>WILLKOMMEN BEI</h3>
<h1>MODEX</h1>
<a href = "https://play.google.com/store/apps/dev?id=6491508585274176173">
<button class = "button">
<img src="images/1024px-Android-app-on-google-play.svg_.png" height="100px" >
</button> </a>
</div>
<div class="side-bar">
<img src="images/menu.png" class = "menu">
<div class="social-links">
<a href="https://www.instagram.com/modexapps/">
<img src="images/ig.png" alt ="Instagram Icon">
</a>
<a href="https://twitter.com/modexapps">
<img src="images/tw.png" alt="Twitter Icon">
</a>
</div>
<div class = "useful-links">
<a href="privacy.html">
<img src="images/privacy.png" alt ="password Icon">
</a>
<a href="terms.html">
<img src="images/accept.png" alt="Twitter Icon">
</a>
</div>
</div>
</div>
</body>
</html>