Spaces:
Running
Running
Update index.html
Browse files- index.html +14 -0
index.html
CHANGED
|
@@ -5,6 +5,14 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>Advanced Tactical Terrain Simulator - 6 Nations Military</title>
|
| 7 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
* { margin:0; padding:0; box-sizing:border-box; }
|
| 9 |
body { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background:#0a0a0a; color:#fff; overflow:hidden; }
|
| 10 |
#container { display:flex; height:100vh; }
|
|
@@ -198,9 +206,15 @@
|
|
| 198 |
::-webkit-scrollbar-thumb { background:#555; border-radius:4px; }
|
| 199 |
::-webkit-scrollbar-thumb:hover { background:#666; }
|
| 200 |
</style>
|
|
|
|
| 201 |
</head>
|
| 202 |
<body>
|
|
|
|
|
|
|
|
|
|
| 203 |
<div id="container">
|
|
|
|
|
|
|
| 204 |
<div id="sidebar">
|
| 205 |
<div class="control-section">
|
| 206 |
<h3>🗺️ OPERATION TERRAIN</h3>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
<title>Advanced Tactical Terrain Simulator - 6 Nations Military</title>
|
| 7 |
<style>
|
| 8 |
+
.discord-badge {
|
| 9 |
+
position: fixed;
|
| 10 |
+
top: 10px;
|
| 11 |
+
left: 10px;
|
| 12 |
+
z-index: 9999;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
|
| 16 |
* { margin:0; padding:0; box-sizing:border-box; }
|
| 17 |
body { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background:#0a0a0a; color:#fff; overflow:hidden; }
|
| 18 |
#container { display:flex; height:100vh; }
|
|
|
|
| 206 |
::-webkit-scrollbar-thumb { background:#555; border-radius:4px; }
|
| 207 |
::-webkit-scrollbar-thumb:hover { background:#666; }
|
| 208 |
</style>
|
| 209 |
+
|
| 210 |
</head>
|
| 211 |
<body>
|
| 212 |
+
<a href="https://discord.gg/openfreeai" target="_blank" class="discord-badge">
|
| 213 |
+
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|
| 214 |
+
</a>
|
| 215 |
<div id="container">
|
| 216 |
+
|
| 217 |
+
|
| 218 |
<div id="sidebar">
|
| 219 |
<div class="control-section">
|
| 220 |
<h3>🗺️ OPERATION TERRAIN</h3>
|