Python bridge now works and serves files correctly. Only necessary folders are accessible from the browser.

This commit is contained in:
Raphaël Numbus
2026-05-17 14:43:35 +02:00
parent 7a6202c014
commit ff450a5770
4 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.1.0/js-yaml.min.js"></script>
<!-- Material Design Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css">
<link rel="icon" href="../media/favicon.ico" type="image/x-icon">
<link rel="icon" href="/media/favicon.ico" type="image/x-icon">
</head>
<style>
@@ -41,7 +41,7 @@
</div>
<span class="animate-pulse-slow drop-shadow-2xl p-12">
<a class="text-shadow-glow px-10 py-4 bg-fuchsia-600 hover:bg-fuchsia-500 rounded-full text-xl font-bold transition-all transform hover:scale-105 shadow-lg shadow-fuchsia-600/20" href="./preparation.html">Get Started</a>
<a class="text-shadow-glow px-10 py-4 bg-fuchsia-600 hover:bg-fuchsia-500 rounded-full text-xl font-bold transition-all transform hover:scale-105 shadow-lg shadow-fuchsia-600/20" href="/pages/preparation.html">Get Started</a>
</span>
</div>