-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 761 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://github.githubassets.com/assets/apple-touch-icon-144x144-b882e354c005.png" type="image/x-icon">
<title>Meu README</title>
<!-- CSS para estilizar o markdown com aparência similar ao GitHub -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Área onde o conteúdo renderizado será exibido -->
<article class="markdown-body" id="conteudo">
Carregando conteúdo...
</article>
<script src="js/scripts.js"></script>
</body>
</html>