Mattimax commited on
Commit
c0ee447
·
verified ·
1 Parent(s): b915513

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>DAC Private Intelligence</title>
7
  <style>
8
  :root {
9
  --bg-dark: #000000;
@@ -160,9 +160,10 @@
160
  animation: flowColors 8s infinite linear; /* Calma */
161
  }
162
 
 
163
  .sub-text {
164
  color: var(--text-muted);
165
- font-size: 13px;
166
  letter-spacing: 5px;
167
  margin-top: 5px;
168
  font-weight: 700;
@@ -253,7 +254,7 @@
253
  <div class="logo-container">
254
  <div class="logo-aura"></div>
255
  <h1 class="logo-text">DAC</h1>
256
- <p class="sub-text">PRIVATE INTELLIGENCE</p>
257
  </div>
258
 
259
  <div class="input-container">
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>DAC M.INC. Interface</title>
7
  <style>
8
  :root {
9
  --bg-dark: #000000;
 
160
  animation: flowColors 8s infinite linear; /* Calma */
161
  }
162
 
163
+ /* Stile per la nuova scritta M.INC. */
164
  .sub-text {
165
  color: var(--text-muted);
166
+ font-size: 13px; /* Mantiene la stessa grandezza */
167
  letter-spacing: 5px;
168
  margin-top: 5px;
169
  font-weight: 700;
 
254
  <div class="logo-container">
255
  <div class="logo-aura"></div>
256
  <h1 class="logo-text">DAC</h1>
257
+ <p class="sub-text">M.INC.</p>
258
  </div>
259
 
260
  <div class="input-container">