Skip to content

Commit 1e1b03f

Browse files
Update index.html
1 parent d7a2f44 commit 1e1b03f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<html>
2-
<head></head>
2+
<head>
3+
<title>
4+
thing
5+
</title>
6+
<style>
7+
p {
8+
font-size=20
9+
}
10+
</style>
11+
</head>
312
<body>
413
<h1>Hello, World!</h1>
514
<p>This is some body text</p>
6-
<a href="https://redisnotbluedev.github.io/chat">Chat</a>
15+
<h2>My Projects</h2>
16+
<a href="https://redisnotbluedev.github.io/gdchat">GDChat</a>
717
</body>
818
</html>

0 commit comments

Comments
 (0)