Merge remote-tracking branch 'origin/main' into feat/game-ui-optimization
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -17,6 +17,34 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<div style="
|
||||||
|
padding: 40px;
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
background-color: #0d9e3b;
|
||||||
|
color: #ffffff;
|
||||||
|
text-align: center;
|
||||||
|
">
|
||||||
|
<h2 style="
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: 2px 2px 0 #000;
|
||||||
|
">JavaScript is disabled</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The Casono Browser requires JavaScript for the <br>
|
||||||
|
Casono Markdown Render Engine to display content correctly.<br><br>
|
||||||
|
|
||||||
|
For security, JavaScript is disabled by default in the Casono Browser and should only be enabled when needed.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Please enable JavaScript in your Browser settings and reload the page.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<img src="images/activate-js.png" alt="JavaScript aktivieren Anleitung" style="max-width: 100%; margin-top: 20px; border-radius: 10px;">
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<header class="sticky-nav">
|
<header class="sticky-nav">
|
||||||
<nav>
|
<nav>
|
||||||
<div class="logo" data-aos="fade-down"><img src="images/logo.png" alt="Casono" class="site-logo"></div>
|
<div class="logo" data-aos="fade-down"><img src="images/logo.png" alt="Casono" class="site-logo"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user