generated from devchallenge-io/wisegoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvices.html
50 lines (38 loc) · 1.34 KB
/
advices.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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="pt-br">
<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>WiseGoat</title>
<link rel="shortcut icon" href="assets/favigoat.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body">
<header>
<a class="header" href="index.html">
<h2><span>Wise</span> Goat</h2>
</a>
</header>
<section class="box">
<article>
<h2 class="phrase" id="phrase"><span class="goatpan">Aperte o botão abaixo</span></h2>
</article>
<div class="goat2">
<picture>
<source media="(max-width: )" srcset="assets/goat3." type="image/jpg">
<source media="(max-width: 650px)" srcset="assets/goat2.jpg" type="image/jpg">
<img src="assets/goat1.jpg" alt="outro bode" class="second">
</picture>
</div>
</section>
<section class="base">
<div class="center">
<button class="reload" onclick="Listphrases()">
<img src="assets/reload.png" alt="reload" class="regoad" >
</button>
</div>
</section>
<script src="script.js"></script>
</body>
</html>/