Spaces:
Running
Running
Upload 2 files
Browse files- index.html +1 -1
- opportunity_map.html +1 -1
index.html
CHANGED
|
@@ -141,7 +141,7 @@ tbody tr:hover td{background:#fafafa}
|
|
| 141 |
<body>
|
| 142 |
<div id="lock-screen">
|
| 143 |
<div class="lock-box">
|
| 144 |
-
<div class="lock-logo">
|
| 145 |
<p>Secure Portal Access</p>
|
| 146 |
<input type="password" id="pass-input" class="lock-input" placeholder="Enter Access Code" onkeyup="if(event.key==='Enter')verify()">
|
| 147 |
<button class="lock-btn" onclick="verify()">UNLOCK DASHBOARD</button>
|
|
|
|
| 141 |
<body>
|
| 142 |
<div id="lock-screen">
|
| 143 |
<div class="lock-box">
|
| 144 |
+
<div class="lock-logo">IR <span>ANALYTICS</span></div>
|
| 145 |
<p>Secure Portal Access</p>
|
| 146 |
<input type="password" id="pass-input" class="lock-input" placeholder="Enter Access Code" onkeyup="if(event.key==='Enter')verify()">
|
| 147 |
<button class="lock-btn" onclick="verify()">UNLOCK DASHBOARD</button>
|
opportunity_map.html
CHANGED
|
@@ -316,7 +316,7 @@
|
|
| 316 |
<body>
|
| 317 |
<div id="lock-screen">
|
| 318 |
<div class="lock-box">
|
| 319 |
-
<div class="lock-logo">
|
| 320 |
<p>Map Access Restricted</p>
|
| 321 |
<input type="password" id="pass-input" class="lock-input" placeholder="Access Code" onkeyup="if(event.key==='Enter')verify()">
|
| 322 |
<button class="lock-btn" onclick="verify()">UNLOCK MAP</button>
|
|
|
|
| 316 |
<body>
|
| 317 |
<div id="lock-screen">
|
| 318 |
<div class="lock-box">
|
| 319 |
+
<div class="lock-logo">IR <span>ANALYTICS</span></div>
|
| 320 |
<p>Map Access Restricted</p>
|
| 321 |
<input type="password" id="pass-input" class="lock-input" placeholder="Access Code" onkeyup="if(event.key==='Enter')verify()">
|
| 322 |
<button class="lock-btn" onclick="verify()">UNLOCK MAP</button>
|