-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.15 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
<!DOCTYPE html>
<html lang="et">
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css?family=Italiana&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/app.css" />
<title>Portfolio</title>
</head>
<body>
<div class="header nav">
<div class="link-background portfolio">Portfoolio</div>
<div class="nav">
<div class="link-background">
Minust
</div>
<div class="link-background">
Kontakt
</div>
</div>
</div>
<div class="container"></div>
<iframe src="https://aframe.glitch.me/" frameborder="0"></iframe>
<iframe
style="border: none;"
width="375"
height="667"
src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2FOBnrk6ljyiRKYqlGS1BONAsT%2Fpaasteamet%3Fnode-id%3D3%253A0%26scaling%3Dscale-down"
></iframe>
</body>
<script src="reader.js" type="module"></script>
</html>