Skip to content

Commit

Permalink
index.html aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
JackatDJL authored Dec 6, 2023
1 parent 5e57860 commit f26fd5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
// Das neue <script>-Tag vor dem <title>-Element einfügen
headTag.insertBefore(askjslang, titleTag);
</script>
<title id="ptitle">none</title>
<title id="ptitle"></title>
<script>
reloadtext();
</script>
<link rel="stylesheet" href="https://derjacklive.github.io/SongRaten/indexstyle.css">
</head>

<body>
<h1 id="title">none</h1>
<h1 id="title"></h1>
<script>
</script>
<div class="button-container">
<div class="btnmainframe">
<button id="csgame" class="custom-btn btn-6"><span id="csgamebtntxt">none</span></button>
<button id="csgame" class="custom-btn btn-6"><span id="csgamebtntxt"></span></button>
<script>
var csgame = document.getElementById("csgame");
csgame.addEventListener("click", function() {
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 id="title">none</h1>
</div>
<div class="langsel">
<button class="custom-btn btn-3" id="langselbtn">
<span class="flag-icon">none</span> <!-- Flaggen-Emoji wird dynamisch aktualisiert -->
<span class="flag-icon"></span> <!-- Flaggen-Emoji wird dynamisch aktualisiert -->
<script>
document.getElementById("langselbtn").addEventListener("click", changeLanguage);
</script>
Expand Down

0 comments on commit f26fd5e

Please sign in to comment.