ucs/frontend/index.html
2025-03-15 18:50:10 +02:00

21 lines
505 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ucs</title>
</head>
<body>
<div id="ucs-comments"
data-element="ucs-comments"
data-ucs_url="http://localhost:8080"
data-site="localhost"
data-path="blog.html"
></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>