Skip to content

Commit 0b93c75

Browse files
authored
Add files via upload
Signed-off-by: kyleeelmoo <kyleeelmoo@gmail.com>
1 parent 8b623a7 commit 0b93c75

File tree

11 files changed

+43
-0
lines changed

11 files changed

+43
-0
lines changed

assets/css/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
body.dark-theme {
3+
background-color: #121212;
4+
color: #00ff88;
5+
font-family: Arial, sans-serif;
6+
}
7+
.login-container {
8+
max-width: 400px;
9+
margin: auto;
10+
padding: 2em;
11+
background-color: #1e1e1e;
12+
border-radius: 8px;
13+
box-shadow: 0 0 10px #00ff88;
14+
}
15+
input, button {
16+
display: block;
17+
width: 100%;
18+
margin: 1em 0;
19+
padding: 0.5em;
20+
border: none;
21+
border-radius: 4px;
22+
}
23+
button {
24+
background-color: #00ff88;
25+
color: #000;
26+
font-weight: bold;
27+
}

assets/desktop.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[.ShellClassInfo]
2+
IconResource=C:\WINDOWS\System32\SHELL32.dll,237
3+
[ViewState]
4+
Mode=
5+
Vid=
6+
FolderType=Generic
7+
Logo=C:\Users\Admin\Downloads\Designer.png

assets/js/assets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for assets.js

assets/js/dashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for dashboard.js

assets/js/filter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for filter.js

assets/js/login.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for login.js

assets/js/maintenance.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for maintenance.js

assets/js/reports.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for reports.js

assets/js/schedule.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for schedule.js

assets/js/settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// JavaScript functionality for settings.js

0 commit comments

Comments
 (0)