Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
pooiod authored Oct 9, 2024
1 parent 1ffb309 commit b76568f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
19 changes: 10 additions & 9 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flash compiler</title>
<meta name="theme-color" content="#37528c" />
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #fff;
color: #000;
background-color: #37528c;
color: #fff;
overflow: hidden;
height: 100vh;
width: 100vw;
Expand All @@ -21,8 +22,8 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
color: #000;
background: #37528cd3;
color: #fff;
text-align: center;
padding: 0;
margin: 0;
Expand All @@ -37,16 +38,16 @@
#progress-bar {
width: 80%;
max-width: 600px;
background-color: #ccc;
background-color: #4a6ebd;
border-radius: 5px;
overflow: hidden;
margin-top: 20px;
border: solid 1px #555;
border: solid 1px #2d4372;
}
#progress-bar div {
height: 20px;
width: 0;
background-color: #777;
background-color: #537bd1;
text-align: center;
line-height: 20px;
color: #fff;
Expand All @@ -58,14 +59,14 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #999;
background-color: #4364ac;
border: none;
color: #fff;
padding: 15px 30px;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
border: solid 1px #555;
border: solid 1px #2d4372;
opacity: 0;
transition: opacity 0.5s;
}
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>Flash Loader</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#37528c" />

<style>
body {
margin: 0;
Expand Down
2 changes: 2 additions & 0 deletions login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlashLoader Login</title>
<meta name="theme-color" content="#37528c" />

<style>
body {
background-color: #2b3f6c;
Expand Down
1 change: 1 addition & 0 deletions logout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Logging out...</title>
<meta name="theme-color" content="#37528c" />
<style>
body {
display: flex;
Expand Down

0 comments on commit b76568f

Please sign in to comment.