matthewspring commited on
Commit
5625e55
·
verified ·
1 Parent(s): 31c88c7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +16 -7
index.html CHANGED
@@ -15,15 +15,22 @@
15
  <meta http-equiv="X-Frame-Options" content="DENY">
16
  <meta http-equiv="X-XSS-Protection" content="0">
17
  <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
18
- <meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=(), payment=(), usb=(), vr=(), accelerometer=(), gyroscope=(), magnetometer=(), fullscreen=(self)">
 
19
  <meta http-equiv="Expect-CT" content="max-age=86400, enforce">
20
  <meta http-equiv="Feature-Policy" content="autoplay 'none'; document-write 'none'; sync-xhr 'none'">
21
  <meta name="theme-color" content="#2c3e50">
22
  <title>Ultra-Secure IP Workstation | Built with anycoder</title>
23
- <link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
24
- <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"></noscript>
25
- <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
26
- <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css"></noscript>
 
 
 
 
 
 
27
  <style nonce="EDNnf03nceIOfn39fn3e9h3sdfa">
28
  :root {
29
  --primary-color: #2c3e50;
@@ -302,7 +309,8 @@
302
  <a href="#" class="nav-link">Security Center</a>
303
  <a href="#" class="nav-link">Settings</a>
304
  <a href="#" class="nav-link">Audit Logs</a>
305
- <a href="https://huggingface.co/spaces/akhaliq/anycoder" class="anycoder-link" target="_blank" rel="noopener noreferrer">
 
306
  Built with anycoder
307
  </a>
308
  </nav>
@@ -404,7 +412,8 @@
404
  <span class="security-status status-active">ACTIVE</span>
405
  </h3>
406
  <p class="feature-description">
407
- Restricted access to all sensitive APIs including geolocation, microphone, camera, payment, USB, VR, and sensors.
 
408
  </p>
409
  </div>
410
 
 
15
  <meta http-equiv="X-Frame-Options" content="DENY">
16
  <meta http-equiv="X-XSS-Protection" content="0">
17
  <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
18
+ <meta http-equiv="Permissions-Policy"
19
+ content="geolocation=(), microphone=(), camera=(), payment=(), usb=(), vr=(), accelerometer=(), gyroscope=(), magnetometer=(), fullscreen=(self)">
20
  <meta http-equiv="Expect-CT" content="max-age=86400, enforce">
21
  <meta http-equiv="Feature-Policy" content="autoplay 'none'; document-write 'none'; sync-xhr 'none'">
22
  <meta name="theme-color" content="#2c3e50">
23
  <title>Ultra-Secure IP Workstation | Built with anycoder</title>
24
+ <link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
25
+ as="style" onload="this.onload=null;this.rel='stylesheet'">
26
+ <noscript>
27
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap">
28
+ </noscript>
29
+ <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css" as="style"
30
+ onload="this.onload=null;this.rel='stylesheet'">
31
+ <noscript>
32
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
33
+ </noscript>
34
  <style nonce="EDNnf03nceIOfn39fn3e9h3sdfa">
35
  :root {
36
  --primary-color: #2c3e50;
 
309
  <a href="#" class="nav-link">Security Center</a>
310
  <a href="#" class="nav-link">Settings</a>
311
  <a href="#" class="nav-link">Audit Logs</a>
312
+ <a href="https://huggingface.co/spaces/akhaliq/anycoder" class="anycoder-link" target="_blank"
313
+ rel="noopener noreferrer">
314
  Built with anycoder
315
  </a>
316
  </nav>
 
412
  <span class="security-status status-active">ACTIVE</span>
413
  </h3>
414
  <p class="feature-description">
415
+ Restricted access to all sensitive APIs including geolocation, microphone, camera, payment, USB, VR, and
416
+ sensors.
417
  </p>
418
  </div>
419