forked from EricaSugui/hackathon-dompedro-totem.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
30 lines (23 loc) · 829 Bytes
/
index1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="script.js"></script>
<title>Cadastro de Identificação do Parque D. Pedro Shopping</title>
<meta charset="utf-8" />
<link href="Estilo.css" rel="stylesheet" media="all" />
</head>
<body>
<div class="area">
<form name="meu_form">
<h1>Emissão do ID</h1>
<p>Vamos dar seguimento ao seu cadastro e impressão de seu ID-card.</p>
<p>Digite seu número TOKEN na caixa abaixo:</p>
<input class="token" min="000000" max="999999" type="number" placeholder="Insira o TOKEN aqui"/>
<p class="submit">
<input type="reset" value="Limpar">
<p>
<a class="button0" href="index2.html">ENVIAR</a></p>
</form>
</div>
</body>
</html>