initial commit
This commit is contained in:
28
options/index.html
Normal file
28
options/index.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form>
|
||||
<fieldset>
|
||||
<label for="bcnum">The number of your BahnCard 100</label>
|
||||
<input name="bcnum" id="bcnum" type="text" pattern="70814[0-9]{11}" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label for="birthday">Your date of birth</label>
|
||||
<input name="birthday" id="birthday" type="date" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label for="autocontinue">Automatically continue to the "I was delayed by more than 60 minutes" screen</label>
|
||||
<input name="autocontinue" id="autocontinue" type="checkbox" />
|
||||
</fieldset>
|
||||
<button type="submit">Save</button>
|
||||
</form>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user