-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
43 lines (42 loc) · 1.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Deff</title>
<!-- https://fonts.google.com/ -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="vendors/fonts/small_font_regular/stylesheet.css" rel="stylesheet">
<link href="vendors/fonts/font-awesome/stylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="vendors/css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="vendors/css/normalize.css">
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<div id="content" >
<div id="home">
</div>
<header class="row">
<div id="header-content">
<div id="logo">
<img src="" width="50em" alt="Logo">
</div>
<nav>
<a class="selected menu-item" href="#">Home</a>
<a class="menu-item" href="#"></a>
<a class="menu-item" href="#"></a>
<a class="menu-item" href="#"></a>
</nav>
</div>
</header>
<div id="">
</div>
<div id="contact">
</div>
</div>
<footer></footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="resources/js/script.js"></script>
</body>
</html>