Skip to content

Commit fe4cfc1

Browse files
committed
Switched to username, removed made with love text temporarily
1 parent f1c0ba2 commit fe4cfc1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,12 @@ button:active {
154154
display: flex;
155155
justify-content: center;
156156
align-items: center;
157+
}
158+
159+
.username {
160+
position: fixed;
161+
bottom: 5px;
162+
display: flex;
163+
justify-content: center;
164+
align-items: center;
157165
}

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
</div>
2525
<p id=instname class=currentinstance>Current Instance: instname</p>
2626
</div>
27-
<p class=love>Made with <3</p>
27+
<div>
28+
<!-- <p class=love>Made with <3</p> -->
29+
<p class=username>Logged in as: name</p>
2830
</div>
2931
</body>
3032
</html>

0 commit comments

Comments
 (0)