Skip to content

Commit 600d7f8

Browse files
committed
Add small things in index.html
1 parent 4f5d373 commit 600d7f8

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
<!-- Empty now -->
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>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

Comments
 (0)