forked from slavanga/baseguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 664 Bytes
/
index.html
File metadata and controls
20 lines (18 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="dist/css/baseguide.min.css">
</head>
<body>
<div class="container text-center">
<br>
<h1>Baseguide</h1>
<p><a href="https://github.com/slavanga/baseguide/blob/master/README.md" target="_blank">Check the Readme</a> on GitHub or <a href="https://basegui.de" target="_blank">visit the website</a> to see examples.</p>
</div>
</body>
</html>