-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·58 lines (56 loc) · 2.34 KB
/
index.html
File metadata and controls
executable file
·58 lines (56 loc) · 2.34 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
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<!-- Metadados -->
<title>Luc's Web room</title>
<meta name="description" property="og:description" content="Website official do LucMatheus">
<link rel="shortcut icon" href="src/img/icone.gif" type="image/gif">
<link rel="stylesheet" type="text/css" href="src/css/style.css">
<!-- SEO/Opengraph -->
<meta property="og:site_name" content="Luc's Room">
<meta property="og:title" content="Luc's Room">
<meta property="og:type" content="website">
<meta property="og:image" content="./src/img/thumb.jpeg">
</head>
<body>
<header>
<a href="./"><img id="logo" src="src/img/logo-web.gif" alt="LucMatheus"></a>
</header>
<section>
<!--<figure id="desenho_menu">
<img src="src/img/DesenhoDoMenu.svg" alt="Desenho dos personagens do Luc">
</figure>-->
<nav id="menu">
<ul>
<a href="sobre.html"><li>Sobre</li></a>
<!--<a href="#"><li>Jogos</li></a>
<a href="#"><li>Mini-Softwares</li></a>
<a href="#"><li>Artes</li></a>
<a href="#"><li>Vídeos</li></a>
<a href="#"><li>Blog</li></a>
<a href="#"><li>Contato</li></a>
<a href="#"><li>Apoio</li></a>
<a href="#"><li>Links</li></a>-->
</ul>
</nav>
</section>
<!--<section id="feed_update">
<h1>Atualizações</h1>
<nav>
<ul>
<li><a href="#">00/00/0000 - Lorem ipsum</a></li>
<li><a href="#">00/00/0000 - Lorem ipsum</a></li>
<li><a href="#">00/00/0000 - Lorem ipsum</a></li>
<li><a href="#">00/00/0000 - Lorem ipsum</a></li>
<li><a href="#">00/00/0000 - Lorem ipsum</a></li>
</ul>
</nav>
</section>-->
<footer>
<p>© 2013-<span id="data_cpr"></span> - Lucas Matheus C. Costa</p>
<p>Website simples feito em HTML+CSS de forma provisória e otimizada para PCs</p>
</footer>
<script src="src/js/main.js"></script>
</body>
</html>