Go2ticket/go2ticket-firefox/popup/go2ticket.html
Clément CHABANNE (Perso) b7eeb63eb1 v 1.0
2020-07-15 12:01:27 +02:00

14 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="go2ticket.css"/>
</head>
<body>
<form action="" target="_blank" id="form">
<input type="text" name="id" autofocus>
<input type="submit" id="valid" value="OK">
</form>
<script src="go2ticket.js"></script>
</body>
</html>