Madewithwebsim / AoVx6ZiW7Lh1FNTLT.html
allknowingroger's picture
Upload 55 files
ad1dcd6 verified
raw
history blame
1.02 kB
<html><head><base href="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Hello%2520World!"><title>QR Code Generated</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
.container {
text-align: center;
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.qr-code {
margin: 20px 0;
}
.info {
color: #666;
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<h1>QR Code Generated</h1>
<div class="qr-code">
<img src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Hello%20World!" alt="QR Code for 'Hello World!'" width="150" height="150">
</div>
<p class="info">This QR code contains the text: "Hello World!"</p>
<p class="info">Size: 150x150 pixels</p>
</div>
</body>
</html>