Skip to content

Commit 21af9e6

Browse files
committed
Revert index.html
1 parent e858c8e commit 21af9e6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

index.html

+19-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
Hello software-engineer 👋
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta charset="utf-8">
4+
<style>
5+
.content-wrapper {
6+
width: 100%;
7+
margin: 0 auto;
8+
text-align: center;
9+
font-size: 7em;
10+
}
11+
</style>
12+
<body>
13+
<div class="content-wrapper">
14+
✨🧑‍🚀✨<br>
15+
<a href="https://software-engineer.space" target="_blank">This could be your personal space!</a><br>
16+
🫵<br>
17+
</div>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)