-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.03 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" type="image/png" href="/assets/photonkit.png">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://react-photonkit.github.io" />
<meta property="og:title" content="react-photonkit" />
<meta property="og:site_name" content="react-photonkit" />
<meta property="og:image" content="/assets/photonkit.png" />
<meta property="og:description" content="Photon components built with React" />
<meta property="twitter:title" content="react-photonkit" />
<meta property="twitter:site" content="react-photonkit" />
<meta property="twitter:creator" content="importre" />
<meta property="twitter:description" content="Photon components built with React" />
</head>
<body>
<div = id="main"></div>
<script src="dist/app.js"></script>
</body>
</html>