upda/server/web_dev/index.html
Varakh 49b30aaf86
Some checks failed
/ build (pull_request) Failing after 1m41s
feat(embedded_ui): fully integrate UI into GoLang binary
2024-10-24 22:52:41 +02:00

11 lines
205 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>upda development</title>
</head>
<body>
<h1>Development setup</h1>
<p>Frontend needs to be started separately.</p>
</body>
</html>