-
Notifications
You must be signed in to change notification settings - Fork 0
/
modelo.html
39 lines (39 loc) · 1.44 KB
/
modelo.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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Ricardo Kerschbaumer</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Responsive navbar-->
<div id="menu-placeholder"></div>
<script>
fetch('menu.html')
.then(response => response.text())
.then(data => {
document.getElementById('menu-placeholder').innerHTML = data;
})
.catch(error => console.error('Erro ao carregar o menu:', error));
</script>
<!-- Page content-->
<div class="container">
<div class="text-center mt-5">
<h1>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</h1>
<p class="lead"><div style="text-align: justify">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
USANDO https://onlinehtmleditor.dev/ como editor
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>