-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ReactJs 中文社区</title>
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="email=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="full-screen" content="yes">
<meta name="browsermode" content="application">
<meta name="x5-orientation" content="portrait">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="Reactjs,Reactjs中文社区,Reactjs教程,Reactjs文档,Reactjs组件,React16">
<meta name="description" content="Reactjs中文社是一个基于ReactJS的界面元素范例程序,其中会展示大量的 Reactjs组件相关的源代码,也会把社区创建出来供大家一起讨论学习。Reactjs中文社区,Reactjs组件库,Reactjs社区,ReactjsQQ群,Reactjs16以及 Reactjs文档翻译,Reactjs文档理解">
<style>
</style>
</head>
<body>
<div id="root">
<!--skeleton-->
</div>
</body>
</html>