MattGPT commited on
Commit
4e4641a
·
verified ·
1 Parent(s): c9c8769

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +26 -2
index.html CHANGED
@@ -11,7 +11,8 @@
11
  </head>
12
 
13
  <body>
14
- <nav class="navbar navbar-expand-lg bg-body-tertiary">
 
15
  <div class="container-fluid">
16
  <a class="navbar-brand" href="#">XaaSStaX.NetWorK</a>
17
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
@@ -47,7 +48,14 @@
47
  </div>
48
  </div>
49
  </nav>
50
- <div class="flex-shrink-0 p-3" style="width: 280px;">
 
 
 
 
 
 
 
51
  <a href="/" class="d-flex align-items-center pb-3 mb-3 link-body-emphasis text-decoration-none border-bottom">
52
  <svg class="bi pe-none me-2" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
53
  <span class="fs-5 fw-semibold">Collapsible</span>
@@ -107,6 +115,22 @@
107
  </li>
108
  </ul>
109
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  <h1>Object Detection w/ 🤗 Transformers.js</h1>
112
  <label id="container" for="upload">
 
11
  </head>
12
 
13
  <body>
14
+ <!-- Navbar -->
15
+ <nav class="navbar navbar-expand-lg bg-body-tertiary">
16
  <div class="container-fluid">
17
  <a class="navbar-brand" href="#">XaaSStaX.NetWorK</a>
18
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
 
48
  </div>
49
  </div>
50
  </nav>
51
+
52
+ <!-- END OF NAV -->
53
+
54
+ <!-- ### NEW SECTION ### -->
55
+
56
+ <!-- Sidebar -->
57
+ <div class="sidebar">
58
+ <div class="flex-shrink-0 p-3" style="width: 280px;">
59
  <a href="/" class="d-flex align-items-center pb-3 mb-3 link-body-emphasis text-decoration-none border-bottom">
60
  <svg class="bi pe-none me-2" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
61
  <span class="fs-5 fw-semibold">Collapsible</span>
 
115
  </li>
116
  </ul>
117
  </div>
118
+ <!-- Sidebar content -->
119
+ </div>
120
+
121
+ <!-- Main content -->
122
+ <div class="main-content">
123
+ <!-- Main content content -->
124
+ </div>
125
+
126
+ <!-- Footer -->
127
+ <footer class="footer">
128
+ <!-- Footer content -->
129
+ </footer>
130
+ </body>
131
+
132
+
133
+
134
 
135
  <h1>Object Detection w/ 🤗 Transformers.js</h1>
136
  <label id="container" for="upload">