formsy-react/examples/index.html

13 lines
267 B
HTML

<!doctype html>
<html>
<head>
<title>Formsy React Examples</title>
<link href="global.css" rel="stylesheet"/>
</head>
<body>
<h1>Formsy React Examples</h1>
<ul>
<li><a href="login/index.html">Login Page</a></li>
</ul>
</body>
</html>