Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey authored Jul 23, 2024
1 parent d8cd0a2 commit 8d43137
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ body.dark-mode .program_table tr:hover {
.dark-mode-btn {
position: absolute;
top: 10px;
right: 10px;
right: 14px;
background: var(--secondary-color);
border: none;
padding: 10px;
Expand Down Expand Up @@ -276,11 +276,11 @@ body.dark-mode .program_table tr:hover {
.project-sidebar button {
display: block;
width: 230px;
margin: 5px 0;
margin: 7px 0;
background-color: var(--button-color);
border-radius: 10px;
border: none;
padding: 7px;
padding: 8px;
box-sizing: border-box;
color: var(--bg-color);
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion JS/welcome_console_message.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console.log("This Website is hosted with GHP (GitHub Pages)")
console.log("Note: This page contains raw information only. There are no external links or redirections, and no downloads or additional content are provided. This is purely raw text.");
console.log("Made by D&I")
console.log("Version : v2024.07.23-DI")
console.log("Version : v2024.07.23-DI-(1)")
console.log("-------------------------")
2 changes: 1 addition & 1 deletion status/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</tr>
<tr onclick="redirectToWebsite()" style="cursor: pointer;">
<td>website</td>
<td>v2024.07.23-DI</td>
<td>v2024.07.23-DI-(1)</td>
<td>@wfxey</td>
<td>none</td>
<td>Public</td>
Expand Down

0 comments on commit 8d43137

Please sign in to comment.