This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer-ui/index.html

24 lines
543 B
HTML
Raw Normal View History

2022-10-10 10:46:23 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
2022-11-21 17:54:47 +00:00
<title></title>
2022-10-10 10:46:23 +01:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2022-11-21 17:54:47 +00:00
<script>
// overwrite these options
window.CONFIG = {
API_URL: undefined,
TITLE: undefined,
CSS_VAR: undefined,
LINK_TERMS: undefined,
LINK_PRIVACY: undefined,
};
</script>
2022-10-10 10:46:23 +01:00
</body>
</html>