-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 911 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
23
<!DOCTYPE html>
<html>
<head>
<title>tingle-slot</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="">
<link rel="stylesheet" href="./dist/demo.css">
<link rel="stylesheet" href="./src/Slot.css">
</head>
<body>
<div id="TingleDemo"></div>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"></svg></body>
<script src="./node_modules/react/dist/react-with-addons.js"></script>
<script src="./dist/demo.js"></script>
</html>