generated from fdnd/task
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 972 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/styles.css">
<title>Tribe | Minor Web Design & Development | CMD Amsterdam</title>
<script type="module" src="scripts/app.js"></script>
</head>
<body class="tribe">
<header>
<h1>Tribe<em> Minor Web Design & Development</em></h1>
<svg xmlns="http://www.w3.org/2000/svg" class="loader" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" />
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />
</svg>
</header>
<main>
</main>
<footer>
<button>Refetch Tribe from API</button>
</footer>
</body>