-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (42 loc) · 2.06 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Night City Tarot - Gerador de imagens aleatórias para o RPG Cyberpunk Red">
<meta name="keywords" content="Cyberpunk Red, RPG, Tarot, Gerador de Imagens">
<meta name="author" content="Seu Nome">
<meta property="og:title" content="Night City Tarot - Cyberpunk Red RPG">
<meta property="og:description"
content="Gerador de imagens aleatórias para o RPG Cyberpunk Red. Adicione elementos de caos ao seu jogo com cartas temáticas.">
<meta property="og:image" content="URL_DA_IMAGEM_DE_PREVIEW">
<meta property="og:url" content="https://nahnathan.github.io/Night_City_Tarot/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Night City Tarot - Cyberpunk Red RPG">
<meta name="twitter:description"
content="Gerador de imagens aleatórias para o RPG Cyberpunk Red. Adicione elementos de caos ao seu jogo com cartas temáticas.">
<meta name="twitter:image" content="URL_DA_IMAGEM_DE_PREVIEW">
<title>Night City Tarot - Cyberpunk Red RPG</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./reset.css">
<link rel="icon" href="Card.ico">
</head>
<body>
<img src="Cartas/back.png" id="taro" title="card">
<button id="botao">Test your luck, choomba</button>
<p id="texto"> </p>
<p id="descricao"> </p>
<footer>
<a href="https://github.com/NahNathan/Night_City_Tarot" id="final" target="_blank">Made by Nathan RDS ☕🗿</a>
</footer>
</body>
<script src="script.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'GA_TRACKING_ID');
</script>
</html>