-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (29 loc) · 1.3 KB
/
index.html
File metadata and controls
42 lines (29 loc) · 1.3 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Stec - Soluções em Inteligência Artificial Generativa e Large Action Model L.A.M</title>
<link rel="icon" href="https://stec.cx//img/favicon.svg" type="image/svg+xml">
<!-- A CSS framework packed with classes that can be composed to build any design, directly in the markup. -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Markdown -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<!-- FontAwesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<!-- Stec Style -->
<link rel="stylesheet" href="https://stec.cx/css/style.css">
</head>
<body>
<div id="navBar"></div>
<div id="sideBar"></div>
<div id="sideBarPlat"></div>
<section id="searchSection"></section>
<section id="chatBotSection"></section>
<div id="footer"></div>
<!-- Permitir usar MarkDown -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<!-- Carrega o conteúdo da página -->
<script src="core/loadComponents.js"></script>
</body>
</html>