Skip to content

Commit

Permalink
Switched to username, removed made with love text temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
MTSyntho committed Jul 5, 2024
1 parent f1c0ba2 commit fe4cfc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,12 @@ button:active {
display: flex;
justify-content: center;
align-items: center;
}

.username {
position: fixed;
bottom: 5px;
display: flex;
justify-content: center;
align-items: center;
}
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
</div>
<p id=instname class=currentinstance>Current Instance: instname</p>
</div>
<p class=love>Made with <3</p>
<div>
<!-- <p class=love>Made with <3</p> -->
<p class=username>Logged in as: name</p>
</div>
</body>
</html>

0 comments on commit fe4cfc1

Please sign in to comment.