-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.22 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
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Form CTRL - react-form-ctrl</title>
<meta name="description" content="A lightweight React form library inspired by Angular's forms and Redux-Form">
<meta name="robots" content="index,nofollow">
<meta name="googlebot" content="index,nofollow">
<meta name="google" content="nositelinkssearchbox">
<meta name="author" content="Leandro Hinckel Silveira">
<meta name="keywords" content="React,Form,React-Form,React-Forms,React-Controlled-Form">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#007bff">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#007bff">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="vendor.js?6a58784d1dab6ced7aa0"></script><script type="text/javascript" src="bundle.js?6a58784d1dab6ced7aa0"></script></body>
</html>