-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathembed.html
51 lines (51 loc) · 1.46 KB
/
embed.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Embed</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Catamaran:600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="embed.css">
<style id="style"></style>
</head>
<body>
<div class="screen">
<div class="Navbar">
<nav class="Nav is-close">
<ul class="Nav-list">
<li class="Nav-item">
<a class="Nav-link" href="#">
<span class="Nav-text">Home</span>
</a>
</li>
<li class="Nav-item">
<a class="Nav-link" href="#">
<span class="Nav-text">Design</span>
</a>
</li>
<li class="Nav-item">
<a class="Nav-link" href="#">
<span class="Nav-text">Portfolio</span>
</a>
</li>
<li class="Nav-item">
<a class="Nav-link" href="#">
<span class="Nav-text">About</span>
</a>
</li>
<li class="Nav-item">
<a class="Nav-link" href="#">
<span class="Nav-text">Contact</span>
</a>
</li>
</ul>
<div class="Nav-action">
<button>×</button>
</div>
</nav>
</div>
</div>
</div>
<script src="embed.js"></script>
</body>
</html>