robo / forms.html
DmitrMakeev's picture
Update forms.html
76f336d verified
raw
history blame
373 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Formeo example</title>
<link rel="stylesheet" href="https://huggingface.co/spaces/DIAMONIK7777/robo/resolve/main/formeo.min.css">
</head>
<body>
<div id="formeo-editor"></div>
<script src="https://draggable.github.io/formeo/assets/js/formeo.min.js"></script>
</body>
</html>