chandlr/static/index.html

13 lines
301 B
HTML
Raw Normal View History

2023-11-10 07:02:43 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="postgrest-root" content="http://localhost:3000">
<title>Chandlr</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>