Skip to content

Commit 9dc48dd

Browse files
authored
1 parent fcbfeb0 commit 9dc48dd

File tree

1 file changed

+0
-103
lines changed

1 file changed

+0
-103
lines changed

index.html

Lines changed: 0 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +0,0 @@
1-
<!DOCTYPE html>
2-
<html lang="pt">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>RustLinux - mppt24</title>
7-
<style>
8-
body {
9-
font-family: Arial, sans-serif;
10-
background: #fefefe;
11-
margin: 0;
12-
padding: 0;
13-
color: #111;
14-
}
15-
16-
header {
17-
background-color: #003366;
18-
color: white;
19-
padding: 20px;
20-
text-align: center;
21-
}
22-
23-
nav {
24-
background: #002244;
25-
padding: 10px;
26-
text-align: center;
27-
}
28-
29-
nav a {
30-
color: #fff;
31-
text-decoration: none;
32-
margin: 0 15px;
33-
font-weight: bold;
34-
}
35-
36-
main {
37-
padding: 40px 20px;
38-
text-align: center;
39-
}
40-
41-
footer {
42-
background-color: #001122;
43-
color: white;
44-
padding: 20px;
45-
font-size: 14px;
46-
text-align: center;
47-
}
48-
49-
.chat-box {
50-
position: fixed;
51-
bottom: 20px;
52-
right: 20px;
53-
background: #fff;
54-
border: 1px solid #ccc;
55-
padding: 10px;
56-
width: 280px;
57-
max-height: 400px;
58-
overflow-y: auto;
59-
box-shadow: 0 0 10px rgba(0,0,0,0.3);
60-
}
61-
62-
.chat-box h3 {
63-
margin-top: 0;
64-
}
65-
66-
.msg {
67-
margin: 5px 0;
68-
}
69-
</style>
70-
</head>
71-
<body>
72-
73-
<header>
74-
<h1>RustLinux - mppt24</h1>
75-
<p>Sistema Linux com IA, acessibilidade, multilíngue e ferramentas MPPT24</p>
76-
</header>
77-
78-
<nav>
79-
<a href="#">Início</a>
80-
<a href="#">Sobre</a>
81-
<a href="#">Projetos</a>
82-
<a href="#">Downloads</a>
83-
</nav>
84-
85-
<main>
86-
<h2>Bem-vindo ao RustLinux!</h2>
87-
<p>Este sistema foi criado por <strong>mppt24</strong> para trazer um Linux moderno, acessível e com tecnologias avançadas integradas.</p>
88-
<p>Explore o sistema, conheça os recursos e participe da comunidade!</p>
89-
</main>
90-
91-
<div class="chat-box">
92-
<h3>💬 mpptBot</h3>
93-
<div class="msg">Olá! Precisa de ajuda com o RustLinux?</div>
94-
<div class="msg">Sou o mpptBot. Posso explicar os recursos ou responder dúvidas.</div>
95-
</div>
96-
97-
<footer>
98-
<p>&copy; 2025 RustLinux - Criado por mppt24. Todos os direitos reservados.</p>
99-
<p>Versão multilíngue e acessível | GitHub Pages</p>
100-
</footer>
101-
102-
</body>
103-
</html>

0 commit comments

Comments
 (0)