logo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-09-12 14:23:48 +00:00
parent 603418375a
commit 2ffed54977
5 changed files with 9 additions and 13 deletions

View File

@@ -9,14 +9,13 @@
<title>Safebox - INSTALLER TOOL</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=1" />
<link rel="stylesheet" href="style.css?t=17" />
</head>
<body id="installer">
<div class="main" style="max-width:1000px;margin:0px auto;">
<div id="myAppsContainer">
<div class="logo">
<img src="/img/logo.svg" alt="Safebox"/>
<span>Safebox</span>
<img src="/img/safebox_orange_white.svg" alt="Safebox"/>
</div>
<h3 style="text-align:center">No any previous deployed environment has found</h3>
<div class="main-header">

View File

@@ -69,14 +69,13 @@ echo "<pre>".$output."</pre>";
<title>Safebox - INSTALLER TOOL</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=4" />
<link rel="stylesheet" href="style.css?t=17" />
</head>
<body id="install" class="text-center">
<div class="main">
<div id="myAppsContainer">
<div class="logo" style="margin:100px 0px 20px 0px;">
<img src="/img/logo.svg" alt="Safebox"/>
<span>Safebox</span>
<img src="/img/safebox_orange_white.svg" alt="Safebox"/>
</div>
<div class="progress-box">
<div class="progress-title"><?php echo $header_text?></div>

View File

@@ -9,14 +9,13 @@
<title>Safebox</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=16" />
<link rel="stylesheet" href="style.css?t=17" />
</head>
<body>
<div class="sidebar">
<div class="sidebar-top">
<div id="logo" class="logo">
<img src="/img/logo.svg" alt="Safebox"/>
<span>Safebox</span>
<img src="/img/safebox_orange_white.svg" alt="Safebox"/>
</div>
<div class="menu">
<!--

View File

@@ -9,14 +9,13 @@
<title>Safebox - INSTALLER TOOL</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=4" />
<link rel="stylesheet" href="style.css?t=17" />
</head>
<body id="scan" class="text-center">
<div class="main">
<div id="myAppsContainer">
<div class="logo" style="margin:100px 0px 20px 0px;">
<img src="/img/logo.svg" alt="Safebox"/>
<span>Safebox</span>
<img src="/img/safebox_orange_white.svg" alt="Safebox"/>
</div>
<div class="progress-box">
<div class="progress-title">Scanning your device</div>

View File

@@ -123,7 +123,7 @@
}
.logo img {
height: 30px;
height: 40px;
}
.loading {