Skip to content
Snippets Groups Projects
Commit 29aef668 authored by psy's avatar psy
Browse files

make html valid again

parent b7c21a66
No related branches found
No related tags found
No related merge requests found
Pipeline #29989 passed
<!DOCTYPE html>
<html>
<head>
<title>QR</title>
</head>
<style>
#qrcode {
height: 100vh;
}
#qrcode > * {
padding: 1rem 5%;
max-width:90%;
......@@ -20,7 +25,7 @@
<body>
<input id="text" name="text" placeholder="QR code content" style="width: 100%;">
<div id="qrcode"></div>
</body>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/qrcode.min.js"></script>
......@@ -56,4 +61,5 @@
<footer>
<span><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></span>
</footer>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment