Update index.html

working qr code
This commit is contained in:
2024-08-02 11:10:09 +02:00
committed by GitHub
parent 70b40df1ac
commit 0be54d6823
+11 -7
View File
@@ -340,6 +340,16 @@ footer {
}
</style>
<script src="https://cdn.jsdelivr.net/npm/qrcode-generator@1.4.4/qrcode.min.js"></script>
</head>
<body>
<header>
@@ -374,7 +384,7 @@ footer {
<section id="qr-code" class="section">
<div class="container">
<h2>QR-Code für diese Seite</h2>
<h2>Folge uns, kopiere den Code und sende es deinen Freunden in Tiktok,Facebook, Instagram usw </h2>
<div id="qrcode"></div>
</div>
</section>
@@ -428,12 +438,6 @@ footer {
</section>
<?php endif; ?>
<section id="social-media" class="section">
<div class="container">
<h2>Folgen Sie uns</h2>
<div id="social-media-links"></div>
</div>
</section>