Skip to content

Commit 46164e7

Browse files
first-decent-commit
1 parent 5ac058e commit 46164e7

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
hi
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<!-- Hi curious person -->
5+
<title>
6+
Smartlinuxcoder's webpage</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="keywords" content="Nothing, to, see, here">
9+
<meta name="description" content="My website, bro. Nothing to see here">
10+
<style>
11+
body {background-color:#ffffff;background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
12+
h1{font-family:Arial, sans-serif;color:#000000;background-color:#ffffff;}
13+
p {font-family:Georgia, serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
14+
</style>
15+
</head>
16+
<body>
17+
<h1>Hi, this is my webpage</h1>
18+
<p>Nothing to see here</p>
19+
<p>website very WIP</p>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)