utkucoban commited on
Commit
d612692
·
verified ·
1 Parent(s): 7a42cdf

Upload 4 files

Browse files
Files changed (2) hide show
  1. index.html +7 -0
  2. styles.css +7 -0
index.html CHANGED
@@ -25,6 +25,13 @@
25
  <span id="loadPercent">0%</span>
26
  </div>
27
  </div>
 
 
 
 
 
 
 
28
  </div>
29
  </div>
30
 
 
25
  <span id="loadPercent">0%</span>
26
  </div>
27
  </div>
28
+
29
+ <div class="loader-cta">
30
+ <a href="https://nanomaestro.app" target="_blank" rel="noopener" class="cta-link-badge">
31
+ <span>Try the newest web app <span class="cta-extra-text">for the best experience and latest features</span>!</span>
32
+ <svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
33
+ </a>
34
+ </div>
35
  </div>
36
  </div>
37
 
styles.css CHANGED
@@ -101,6 +101,13 @@ body {
101
  width: 100%;
102
  }
103
 
 
 
 
 
 
 
 
104
  .progress-bar {
105
  width: 100%;
106
  height: 4px;
 
101
  width: 100%;
102
  }
103
 
104
+ .loader-cta {
105
+ margin-top: 28px;
106
+ width: 100%;
107
+ display: flex;
108
+ justify-content: center;
109
+ }
110
+
111
  .progress-bar {
112
  width: 100%;
113
  height: 4px;