Datenschutzbestimmungen hinzugefügt, theme wird sofort aktiviert
This commit is contained in:
@@ -30,8 +30,15 @@
|
||||
<link href="css/foundation.css" media="screen,print" rel="stylesheet" type="text/css">
|
||||
<link href="css/wordRotator.css" media="screen,print" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body class='black'>
|
||||
|
||||
<body>
|
||||
<script>
|
||||
let defaultThemeClass = 'black';
|
||||
let currentThemeClass = localStorage.getItem("currentTheme");
|
||||
if (!currentThemeClass) {
|
||||
currentThemeClass = defaultThemeClass;
|
||||
}
|
||||
document.body.classList.add(currentThemeClass);
|
||||
</script>
|
||||
<div id='print-content'>
|
||||
</div>
|
||||
|
||||
@@ -94,7 +101,7 @@
|
||||
</div>
|
||||
<footer>
|
||||
<a data-site-name='privacyPolicy' class='deep-link' data-translation="policy-heading">Privacy Policy</a>
|
||||
<a href="https://apps.silas.link" target="_blank" rel = "noopener" data-translation="other-apps">Other Apps</a>
|
||||
<a href="https://apps.silas.link" target="_blank" rel="noopener" data-translation="other-apps">Other Apps</a>
|
||||
</footer>
|
||||
<script>
|
||||
var initPromise;
|
||||
|
||||
Reference in New Issue
Block a user