Redesign home page to show new subscription plans

This commit is contained in:
2023-09-14 21:11:41 +02:00
parent 97bd3462b1
commit f0f4951911
7 changed files with 265 additions and 164 deletions

View File

@@ -4,18 +4,6 @@
<head>
{{template "meta_tags" "Free file sharing service"}}
<style>
/* Override the default background with something spectacular */
header, footer, .checkers {
background-image: url("/res/img/nebula.webp");
background-color: var(--background_color);
background-blend-mode: luminosity;
color: #ffffff;
box-shadow: inset 0 0 10px -4px var(--shadow_color);
border: none;
}
</style>
<script>
window.api_endpoint = '{{.APIEndpoint}}';
window.user = {{.User}};