Files
supabase-fail/index.html
Julien Lengrand-Lambert 1c24713465 Creates repo
2022-07-03 22:07:24 +02:00

28 lines
553 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>supabase-fail</title>
</head>
<body>
<supabase-fail></supabase-fail>
<script type="module" src="./src/supabase-fail.js"></script>
</body>
</html>