Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bossa98765 authored Oct 30, 2024
1 parent 001386c commit d9b7cbd
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,7 @@
<title>SkyTech-Tracker</title>
<link href="https://fonts.googleapis.com/css2?family=Futura:wght@400&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Futura', sans-serif;
background-color: #121212;
color: #e0e0e0;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
}
h1 {
text-align: center;
}
.tab-button {
margin: 10px;
padding: 10px;
cursor: pointer;
color: #e0e0e0;
background-color: #333;
border: none;
border-radius: 5px;
}
.tab-content {
display: none;
margin-top: 20px;
}
.visible {
display: block;
}
.dropdown {
margin-top: 5px;
color: #000;
}
/* Your original styles here */
</style>
</head>
<body>
Expand Down Expand Up @@ -69,7 +37,7 @@ <h2>Farm List</h2>
<ul id="farmListData"></ul>
</div>

<!-- Similar sections for Storage Bot List and Tracking Bot List -->
<!-- Placeholder for Storage Bot List and Tracking Bot List -->
</div>

<script>
Expand Down

0 comments on commit d9b7cbd

Please sign in to comment.