-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 1.64 KB
/
index.html
File metadata and controls
53 lines (46 loc) · 1.64 KB
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
51
52
<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<script src="p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Letrox </title>
</head>
<body>
<header>
<nav>
<a href="#">K18 GAMES</a>
<ul>
<li><a href="#">Jogar</a></li>
<li><a href="#contatos">Contatos</a></li>
<li><a href="#">login</a></li>
</ul>
</nav>
</header>
<main>
<article class="box">
<h1> LETROX </h1>
<p> versao do jogo Wordle</p>
</article>
<article class="game">
<img src="assets/wave1.svg" alt="wave">
<div id="area_game" class="box">
<div id="box_game"></div>
</div>
</article>
</main>
<div class="listra"></div>
<footer>
<address id="contatos">
<div class="imgs">
<a href="https://www.instagram.com/invites/contact/?i=1o8vflqc4eb0u&utm_content=2mhd3va" target="_blank"><img class="logo" src="assets/instagram.png" alt="insta_logo"></a>
<a href="https://www.linkedin.com/in/carlos-gabriel-254700197" target="_blank"><img class="logo" src="assets/linkedin.png" alt="linkedin_logo"></a>
<a href="https://github.com/CarlosG18" target="_blank"><img class="logo" src="assets/github.png" alt="github_logo"></a>
</div>
</address>
<p>criado por Carlos Gabriel</p>
</footer>
<script src="sketch.js"></script>
</body>
</html>