30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, internal-scale=1, viewport-fit=cover">
|
|
<title>My Luggage Info</title>
|
|
<link rel="stylesheet" href="/static/style.css?v=43">
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<img class="header-icon" src="/static/icon.png" alt="icon"/>
|
|
<h1 class="title">My Luggage Info</h1>
|
|
<div class="spacer"></div>
|
|
</header>
|
|
<div class="container">
|
|
<div class="content flex-vertical">
|
|
<h3>Registration</h3>
|
|
<p>Contact Steven Tracey
|
|
<a class="contact-link" href="mailto:steven@nevets.tech?subject=QR%20Generator%20-%20(Your%20Name)&body=Name%3A%0APhone%20Number%3A%0AEmail%20Address%3A%0AMailing%20Address%3A%0AStreet%3A%0ACity%3A%0AZip%3A%0AState%3A%0ACountry%3A">via email</a>
|
|
to get your QR code</p>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<p class="footer-text">Made hastily by <a class="footer-text" href="https://www.linkedin.com/in/steven-tracey18/">Steven Tracey</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|