-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.32 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
<html>
<head>
<meta charset="utf-8">
<meta 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><!--<neck> rs </neck>-->
<body id="body_index">
<!--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_index" class="page">
<div id="bem_vindo">
<div id="txt_bem_vindo">
Seja bem-vindo ao meu <a id="portfolio" href="jogos.html">portfolio!</a><p> Obrigado por acessar!</p><p>:D</p>
</div>
</div>
</div>
<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="index"></script>
</html>