-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext.html
More file actions
25 lines (20 loc) · 820 Bytes
/
ext.html
File metadata and controls
25 lines (20 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
<link href="resources/css/retype.css?v=3.5.0.749875355658" rel="stylesheet">
<style>
</style>
</head>
<body class="text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
<p>Links do painel Conteúdo abrem aqui, tais como:</p>
<ul>
<li>artigos do Wikipédia,</li>
<li>definicões de palavras do Wikicionário,</li>
<li>trechos da bíblia por YouVersion e Sociedade Bíblica Brasileira</li>
<li>vídeos da A Igreja de Jesus Cristo dos Santos dos Últimos Dias,</li>
<li>mapas de OpenStreetMaps (com a ajuda do Java script Leaflet)</li>
</ul>
</body>
</html>