s3-share/public/index.html

18 lines
374 B
HTML
Raw Normal View History

2022-05-09 18:01:31 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Loading...</title>
<link rel='stylesheet' href='/build/bundle.css'>
2022-05-10 14:01:07 +00:00
<script defer type="module" src='/build/main.js'></script>
2022-05-09 18:01:31 +00:00
</head>
<body>
2022-05-10 21:19:38 +00:00
<noscript>You need to enable JavaScript to run this app.</noscript>
2022-05-09 18:01:31 +00:00
</body>
</html>