innhibit/extension/popup.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>