-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
42 lines (39 loc) · 1.58 KB
/
home.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
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./home.css">
</head>
<body>
<!-- <div class="card">
<img class="card-image" src="https://mapacultural.secult.ce.gov.br/files/agent/13357/blob-3.png" crossorigin="anonymous">
<div class="card-text">
<span>Ernand Rocha</span>
<span>Sou Ernand Rocha, Cantor e Compositor, nascido em Santo André-SP, radicado
no sertão central cearense, em Quixadá desde 1999 , onde adquiri as influências
regionais, traço marcante em minhas letras.</span>
</div>
</div> -->
<!-- <label for="area">
<input type="text" id="area" name="lname">
<div class="submit"></div>
</label> -->
<img class="logo" src="./assets/Logo_01.png" alt="">
<form action="./home.html">
<label for="area">
<input type="text" id="area" name="name">
<input type="submit" class="submit" value="">
</label>
<label for="local" id="lugar">
<input type="text" id="local" name="local">
<input type="submit" class="submit" value="" id="loc">
</label>
</form>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js"></script>
<script src="./home.js"></script>
</html>