-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
21 lines (21 loc) · 931 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AtomicLab</title>
<meta name="author" content="steelaxe (steelydylan and okajax)">
<meta name="description" content="Component Guide Generator Based on Atomic Design">
<meta name="version" content="1.0.0">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://steelydylan.github.io/atomic-lab/" />
<meta property="og:title" content="AtomicLab" />
<meta property="og:description" content="Component Guide Generator Based on Atomic Design" />
<meta property="og:image" content="https://steelydylan.github.io/atomic-lab/images/ogp.png" />
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div id="app"></div>
<script src="./bundle.js"></script>
</body>
</html>