-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
30 lines (30 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="../favicon.ico"/>
<link rel="icon" type="image/x-icon" href="../favicon.ico"/>
<meta charset="utf-8"/>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./css/style.css">
<title>Tinkerhub KMEA</title>
</head>
<body class="index_page">
<div class="header_area flexbox_container">
<a href="./index.html"><div class="logo_area flexbox_item flexbox_item_logo"><img src="./KMEA_logo.png" /></div></a>
<div class="menu_area flexbox_item flexbox_item_menu">
<a class="current_page" href="./index.html"><ul>Home</ul></a>
<a href="./Contact.html"><ul>Contact</ul></a>
<a href="./about.html"><ul>About</ul></a>
</div>
</div>
<a href="./galerie.html">
<h1 class="main_header">KMEA<span> Tinkerhub</span></h1>
</a>
<a href="./galerie.html"><div class="alt_header_mobile"></div></a>
<a href="https://github.com/tinkerhubkmea"><div class="footer_area">
<p>Welcome to Tinkerhub KMEA - https://github.com/tinkerhubkmea</p>
</a>
</div>
</body>
</html>