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
+12 -8
View File
@@ -340,6 +340,16 @@ footer {
} }
</style> </style>
<script src="https://cdn.jsdelivr.net/npm/qrcode-generator@1.4.4/qrcode.min.js"></script>
</head> </head>
<body> <body>
<header> <header>
@@ -374,7 +384,7 @@ footer {
<section id="qr-code" class="section"> <section id="qr-code" class="section">
<div class="container"> <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 id="qrcode"></div>
</div> </div>
</section> </section>
@@ -428,13 +438,7 @@ footer {
</section> </section>
<?php endif; ?> <?php endif; ?>
<section id="social-media" class="section">
<div class="container">
<h2>Folgen Sie uns</h2>
<div id="social-media-links"></div>
</div>
</section>