bot-image-moderation-fe/index.html

17 lines
337 B
HTML
Raw Normal View History

2024-04-27 16:17:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-04-27 16:17:56 +00:00
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
2024-04-27 16:23:40 +00:00
<title>Image Moderation Front End</title>
</head>
<body>
<div id="root"></div>
2024-04-27 16:17:56 +00:00
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>