Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 0339326

Browse files
authored
Create Website
1 parent 07b2aa1 commit 0339326

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

dev-hub/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>DevHub - LuaBotForDevelopers</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>Bem vindo(a) ao DevHub!</h1>
11+
<h3>O Website oficial do programa LuaBotForDevelopers!</h3>
12+
<h1>Links Importantes</h1>
13+
<a href="https://perfecttea.squareweb.app/">Website da PerfectTea</a>
14+
<a href="https://github.com/TheLuaBot/LuaBot">Repositório da LuaBot</a>
15+
<a href="https://github.com/PerfectTeaBR">GitHub da PerfectTea</a>
16+
<a href="https://perfectteabr.github.io/PerfectTeaOpenSourceWebSite/">Sobre a PerfectTea Open-Source</a>
17+
</body>
18+
</html>

dev-hub/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
body {
2+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3+
align-items: center;
4+
text-align: center;
5+
}

0 commit comments

Comments
 (0)