TrueRealRaven commited on
Commit
e3f99e0
·
verified ·
1 Parent(s): d6119f9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -10
index.html CHANGED
@@ -5,12 +5,6 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Autonomous Business OS</title>
7
  <link rel="stylesheet" href="style.css" />
8
-
9
- <!-- JAVASCRIPT FIX: Breaks out of the Hugging Face iframe structure safely -->
10
- <script type="text/javascript">
11
- // Instantly force the parent window to load GitHub
12
- window.top.location.href = "https://github.com";
13
- </script>
14
  </head>
15
  <body>
16
  <div class="card">
@@ -34,13 +28,13 @@
34
  </div>
35
 
36
  <div class="info-section">
37
- <h3>Local Environment Deployment</h3>
38
- <p>Redirecting you to the master source code repository on GitHub...</p>
39
  </div>
40
 
41
  <div class="footer-links">
42
- <!-- Added target="_top" here as a secondary fallback strategy -->
43
- <a href="https://github.com/RealRaven/AutonomousBusinessOS-Demo" target="_top" class="btn">View Github Repository</a>
44
  </div>
45
  </div>
46
  </body>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Autonomous Business OS</title>
7
  <link rel="stylesheet" href="style.css" />
 
 
 
 
 
 
8
  </head>
9
  <body>
10
  <div class="card">
 
28
  </div>
29
 
30
  <div class="info-section">
31
+ <h3>Project Source Code</h3>
32
+ <p>This application executes entirely on local local hardware. Click the button below to view the master documentation, installation guides, and full code framework on GitHub.</p>
33
  </div>
34
 
35
  <div class="footer-links">
36
+ <!-- target="_blank" forces the browser to open the link cleanly in a new tab -->
37
+ <a href="https://github.com" target="_blank" class="btn">Open GitHub Repository</a>
38
  </div>
39
  </div>
40
  </body>