platform/packages/client/web/index.html

9 lines
123 B
HTML
Raw Normal View History

2024-12-15 17:03:05 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Client</title>
</head>
<body>
<script src="main.dart.js"></script>
</body>
</html>