wallpaper fix
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Meine App{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<!-- Tailwind + FontAwesome + GSAP -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
|
||||
|
||||
|
||||
<!-- Dark-Mode-Einstellung -->
|
||||
<script>
|
||||
tailwind.config = {
|
||||
@@ -66,9 +66,9 @@
|
||||
</style>
|
||||
</head>
|
||||
<body class="min-h-screen bg-gray-100 dark:bg-gray-900 text-gray-800 dark:text-gray-100 transition-colors duration-300"
|
||||
style="background-image: url('{{ url_for('static', filename='1.png') }}');">
|
||||
style="background-image: url('{{ WALLPAPER_URL }}');">
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
{% block content %}{% endblock content %}
|
||||
|
||||
<script>
|
||||
// Dark Mode init
|
||||
@@ -79,4 +79,4 @@
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user