Skip to content

Commit 72fac96

Browse files
committed
Bootstrap
1 parent 8441129 commit 72fac96

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/index.html=UTF-8

index.html

+26-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
<!DOCTYPE html>
22
<html>
3-
<body>
4-
<h1>Hello World</h1>
5-
<p>I'm hosted with GitHub Pages.</p>
6-
</body>
3+
<head>
4+
<title>Peugeot CAN</title>
5+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
6+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
7+
</head>
8+
<body>
9+
<h1>Hello World</h1>
10+
<p>I'm hosted with GitHub Pages.</p>
11+
12+
<table>
13+
<tr>
14+
<td>3F6</td>
15+
<td>XXXXXXXX</td>
16+
<td>XXXXXXXX</td>
17+
<td>XXXX0000</td>
18+
<td>00000000</td>
19+
<td>00000000</td>
20+
<td>Z1000000</td>
21+
<td>00000001</td>
22+
</tr>
23+
</table>
24+
25+
26+
X - время в секундах
27+
Z - 12h/24h
28+
</body>
729
</html>

0 commit comments

Comments
 (0)