-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (21 loc) · 1.07 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
<!doctype html>
<html lang="en-NZ">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<title>A new tailwind playground</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Somewhere to play with tailwind layouts" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/tailwind.css" />
<script type="application/javascript" src="/src/scripts.js" />
</head>
<body class="flex flex-col min-h-screen bg-white">
<a href="#main-content" class="absolute left-2 bg-blue text-white font-bold p-1 translate-y-hide focus:translate-y-0 focus:duration-300">Skip to main content</a>
<header></header>
<main></main>
<footer></footer>
</body>
</html>