mirror of
https://github.com/skidoodle/taj-validator.git
synced 2025-03-05 20:00:40 +01:00
final ver
This commit is contained in:
parent
2180538627
commit
efd76b27a2
4 changed files with 13 additions and 28 deletions
|
@ -1,20 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>TAJ Validator</title>
|
||||
<script src="script.js" async></script>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script async src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TAJ Validator</h1>
|
||||
|
||||
<form>
|
||||
<input type="text" id="taj" oninput="restrictInput(this, 'number')" />
|
||||
<button type="submit" onclick="checkTAJ()">Ellenőrzés</button>
|
||||
</form>
|
||||
|
||||
<p id="result"></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue