1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
react-component-form/example/index.html

14 lines
375 B
HTML
Raw Normal View History

2021-06-17 18:48:19 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-02-19 17:18:13 +01:00
<link rel="shortcut icon" href="./github.jpg" type="image/jpg" />
2021-06-17 19:02:13 +02:00
<title>react-component-form</title>
2021-06-17 18:48:19 +02:00
</head>
<body>
<div id="root"></div>
2022-02-19 17:18:13 +01:00
<script type="module" src="./index.tsx"></script>
2021-06-17 18:48:19 +02:00
</body>
</html>