-
Notifications
You must be signed in to change notification settings - Fork 189
/
index.html
22 lines (22 loc) · 923 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Github Pages Starter-Kit</h1>
<h2>UIkit</h2>
<p><a href="index-uikit.html">Example page</a> and <a href="https://getuikit.com/docs/introduction">documentation</a>.</p>
<h2>Bootstrap</h2>
<p><a href="index-bootstrap.html">Example page</a> and <a href="https://getbootstrap.com/docs/4.0/getting-started/introduction/">documentation</a>.</p>
<h2>Foundation</h2>
<p><a href="index-foundation.html">Example page</a> and <a href="https://get.foundation/sites/docs/">documentation</a>.</p>
<h2>Bulma</h2>
<p><a href="index-bulma.html">An Example page</a> and <a href="https://bulma.io/documentation/">documentation</a>.</p>
</body>
</html>