We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174a73d commit 0776633Copy full SHA for 0776633
favicon.ico
4.19 KB
index.html
@@ -1 +1,21 @@
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