1
0
mirror of synced 2024-11-23 13:56:04 +03:00
vue-formulario/example/index.html

12 lines
215 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vue Formulate Example</title>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>