mirror of
https://github.com/Rushilwiz/innhibit.git
synced 2025-04-09 22:10:17 -04:00
24 lines
475 B
HTML
24 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>DNR Advantage Popup</title>
|
|
<style>
|
|
body {
|
|
width: 200px;
|
|
font-family: Arial, sans-serif;
|
|
text-align: center;
|
|
padding: 10px;
|
|
}
|
|
button {
|
|
margin-top: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>DNR Advantage</h3>
|
|
<p>Guest Check:</p>
|
|
<input type="text" placeholder="Enter Phone Number">
|
|
<button>Check DNR</button>
|
|
</body>
|
|
</html>
|