forked from TongchengQiu/react-slider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (22 loc) · 929 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="react-slider">
<meta name="renderer" content="webkit">
<meta name="keywords" content="react-slider">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection">
<title>react-slider-demo</title>
</head>
<body>
<div id="root" style="width:100%;height:100%"></div>
<script src="http://localhost:3000/js/index.bundle.js"></script>
</body>
</html>