-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>GATOS ALEATÓRIOS - Imagens e gifs aleatórios de gatos fofinhos</title>
<meta name="description" content="Clique no botão para gerar uma nova imagem de gato fofinho. Sempre atualizado com as melhores imagens e gifs de gatos." />
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/616/616430.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cute+Font&family=Jersey+25&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap" rel="stylesheet">
<meta name="google-adsense-account" content="ca-pub-2935925507413415">
<meta name="google-site-verification" content="xixyftOoDJf_NUILAeBKgQ1Zy2PuTuu4XPwdW2E_acQ" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935925507413415"
crossorigin="anonymous"></script>
</head>
<body>
<audio id="miau" src="miau.ogg"></audio>
<div class="conteiner">
<h1>🐱 GATOS ALEATÓRIOS 🧶</h1>
<img class="img_gatinho" src="none" alt="">
<button onclick="btn()">Gerar gato🐈</button>
<h2>Clique no botão abaixo e gere uma imagem de gatinho aleatório</h2>
</div>
</body>
<script src="script.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935925507413415"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-fb+5w+4e-db+86"
data-ad-client="ca-pub-2935925507413415"
data-ad-slot="2357508287"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</html>