-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 762 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 762 Bytes
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
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap"
rel="stylesheet"
/>
<link href="./style.css" rel="stylesheet" />
<div class="container">
<div class="block header">kooky.factory</div>
<div class="block">
<img class="muha" src="./muha.png" alt="Fly" />
</div>
<div class="block"></div>
<div class="block description">
creative agency
<br />
<br />
sustainable art pieces made with
<br />
paper & cardboard
</div>
</div>
<div class="note">*webpage under maintenance</div>