Skip to content

Commit 0776633

Browse files
committed
message
1 parent 174a73d commit 0776633

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

favicon.ico

4.19 KB
Binary file not shown.

index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
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>schmool</title>
7+
8+
</head>
9+
<style>
10+
h1 {text-align: center; color:azure;}
11+
p {text-align: center; color:azure;}
12+
div {text-align: center;}
13+
</style>
14+
<body style="background-color:rgb(6, 0, 24);"></body>
15+
<body>
16+
<h1>hi, i'm lawsen</h1>
17+
<p> idk much about computers, but i'm
18+
<br>learning python & building this site.
19+
<br> thanks for visiting ☆</p>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)