mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-28 20:52:28 +02:00
Update boot.html
This commit is contained in:
parent
08fafe379a
commit
6383ec8958
14
boot.html
14
boot.html
@ -11,7 +11,7 @@
|
|||||||
background: linear-gradient(135deg, #121212, #000000);
|
background: linear-gradient(135deg, #121212, #000000);
|
||||||
color: #f7931a;
|
color: #f7931a;
|
||||||
font-family: 'VT323', monospace;
|
font-family: 'VT323', monospace;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -108,13 +108,13 @@
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
font-size: 16px;
|
font-size: 10px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: #f7931a;
|
color: #f7931a;
|
||||||
text-shadow: 0 0 10px rgba(247, 147, 26, 0.8);
|
text-shadow: 0 0 10px rgba(247, 147, 26, 0.8);
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
width: 450px;
|
width: 260px;
|
||||||
padding: 15px;
|
padding: 10px;
|
||||||
border: 2px solid #f7931a;
|
border: 2px solid #f7931a;
|
||||||
background-color: #0a0a0a;
|
background-color: #0a0a0a;
|
||||||
box-shadow: 0 0 15px rgba(247, 147, 26, 0.5);
|
box-shadow: 0 0 15px rgba(247, 147, 26, 0.5);
|
||||||
@ -158,7 +158,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
color: #f7931a;
|
color: #f7931a;
|
||||||
font-family: 'VT323', monospace;
|
font-family: 'VT323', monospace;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
caret-color: transparent;
|
caret-color: transparent;
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@ -212,7 +212,7 @@
|
|||||||
██╔══██╗ ██║ ██║ ██║ ██║╚════██║
|
██╔══██╗ ██║ ██║ ██║ ██║╚════██║
|
||||||
██████╔╝ ██║ ╚██████╗ ╚██████╔╝███████║
|
██████╔╝ ██║ ╚██████╗ ╚██████╔╝███████║
|
||||||
╚═════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝
|
╚═════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝
|
||||||
v.21
|
v.21
|
||||||
</div>
|
</div>
|
||||||
<div id="terminal">
|
<div id="terminal">
|
||||||
<div id="terminal-content">
|
<div id="terminal-content">
|
||||||
@ -448,7 +448,7 @@ v.21
|
|||||||
// Fallback messages (used immediately)
|
// Fallback messages (used immediately)
|
||||||
function setupFallbackMessages() {
|
function setupFallbackMessages() {
|
||||||
bootMessages = [
|
bootMessages = [
|
||||||
{ text: "BITCOIN MINING SYSTEM v21.000.000\n", speed: 25, delay: 300 },
|
{ text: "BITCOIN OS - MINING SYSTEM - v21.000.000\n", speed: 25, delay: 300 },
|
||||||
{ text: "Copyright (c) 2009-2025 Satoshi Nakamoto\n", speed: 20, delay: 250 },
|
{ text: "Copyright (c) 2009-2025 Satoshi Nakamoto\n", speed: 20, delay: 250 },
|
||||||
{ text: "All rights reserved.\n\n", speed: 25, delay: 300 },
|
{ text: "All rights reserved.\n\n", speed: 25, delay: 300 },
|
||||||
{ text: "INITIALIZING SYSTEM...\n", speed: 25, delay: 300 },
|
{ text: "INITIALIZING SYSTEM...\n", speed: 25, delay: 300 },
|
||||||
|
Loading…
Reference in New Issue
Block a user