There was an error while loading. Please reload this page.
1 parent 4f5d373 commit 600d7f8Copy full SHA for 600d7f8
1 file changed
index.html
@@ -1 +1,28 @@
1
-<!-- Empty now -->
+<!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>Team Official Website</title>
7
+ <style>
8
+ body {
9
+ background: #0d1117;
10
+ text-align: center;
11
+ padding-top: 120px;
12
+ margin: 0;
13
+ }
14
+ h1 {
15
+ color: #ffffff;
16
+ font-size: 42px;
17
+ font-family: system-ui;
18
19
+ p {
20
+ color: #8b949e;
21
+ font-size: 16px;
22
23
+ </style>
24
+</head>
25
+<body>
26
+ <h1>PythonBackport Team Official Website</h1>
27
+</body>
28
+</html>
0 commit comments