-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
28 lines (25 loc) · 1.02 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
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">
<title>Airship dev center</title>
<link rel="stylesheet" href="/packages/styles/dist/airship.css">
<script type="module" src="packages/components/dist/airship/airship.esm.js"></script>
<script nomodule="" src="packages/components/dist/airship/airship.js"></script>
</head>
<body class="as-app-body as-app">
<div class="as-content">
<main class="as-main as-p--40">
<h1 class="as-jumbo">Airship</h1>
<a class="as-title" href="catalog/#/">Catalog</a>
<a class="as-title" href="examples">Examples</a>
<a class="as-title" href="packages/components/src/components/">Components</a>
<a class="as-title" href="packages/styles/src/">Styles</a>
<a class="as-title" href="packages/bridge/examples/">Bridge</a>
<a class="as-title" href="packages/smoke/">Smoke Tests</a>
</main>
</div>
</body>
</html>