-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·42 lines (35 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content="Bootstrap 4 demo site by Ted Cahall" name="description" />
<meta content="Bootstrap 4, demo, Ted Cahall" name="keywords" />
<meta charset="utf-8">
<title>Bootstrap 4 Demo</title>
<!--#include virtual="bsinclude.html"-->
</head>
<body>
<!--#include virtual="bsmenu.html"-->
<script>set_tab("home");</script>
<!--#include virtual="start-page.html"-->
<h1>Bootstrap 4 Demo</h1>
<div class="table-responsive">
<table class="table table-sm table-striped table-hover table-bordered">
<tr>
<th>Drivers</th><th>Events</th><th>Races</th><th>Rungroups</th><th>Results</th><th>Classes</th><th>Regions</th>
</tr>
<tr>
<td>XX</td>
<td>YY</td>
<td>ZZ</td>
<td>XX</td>
<td>ZZ</td>
<td>VV</td>
<td>TT</td>
</tr>
</table>
</div>
Here is some sample content for the demo site.
<!--#include virtual="end-page.html"-->
<!--#include virtual="bsfooter.html"-->
</body>
</html>