14 lines
343 B
HTML
14 lines
343 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>
|
|
<li><a href="custom-validation/index.html">Custom Validation</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |