-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjogos.html
30 lines (25 loc) · 1.18 KB
/
jogos.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
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="https://marcosraoi.github.io/img/NewLogo_BL_typo.png">
<title>Portfólio humilde de Marcos "Raoi" Cavalcante</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/dark_mode_colors.css">
</head>
<body id="body_jogos">
<!--Esse é meu portfólio! :D 17:27, 31/01/2020.-->
<nav id="topper"></nav>
<!-- Mais um criado com React, 19:36, 30/01/2022 -->
<section>
<div id="page_jogos" class="page"></div>
<!--Now with React / 19:40, 29/01/2022-->
<footer id="bottom"></footer>
<!-- Mais um pro React, 19:57, 13/02/2022 -->
</section>
</body>
<script src="src/react-min/react.production.min.js"></script>
<script src="src/react-min/react-dom.production.min.js"></script>
<script type="module" src="src/index.js" page="jogos"></script>
<script type="module" src="src/page_scripts/jogos.js"></script>
</html>