Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit e5cd0da

Browse files
authored
Update login page with title and button text change
1 parent 9a69bdc commit e5cd0da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/login.ejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
</head>
3939

4040
<body class="p-8 bg-zinc-900 text-white text-center">
41-
<a href="/api/auth"><button class="bg-[#333333] hover:bg-[#444444] px-4 py-2 rounded-md"><i class="fa-brands fa-github mr-2"></i>Sign in with GitHub</button></a>
41+
<h1 class="text-3xl font-bold mb-6">My GitHub Profile</h1>
42+
<a href="/api/auth"><button class="bg-[#333333] hover:bg-[#444444] px-4 py-2 rounded-md"><i class="fa-brands fa-github mr-2"></i>Login with GitHub</button></a>
4243

4344
<footer class="mt-8">
4445
<p>&copy; <script>document.write(new Date().getFullYear())</script> <span class="font-semibold">William Harrison</span> - All Rights Reserved.</p>

0 commit comments

Comments
 (0)