Bootstrap

This commit is contained in:
Dmitry
2015-06-27 22:54:30 +03:00
parent 8441129dad
commit 72fac967a7
2 changed files with 28 additions and 4 deletions
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/index.html=UTF-8
+26 -4
View File
@@ -1,7 +1,29 @@
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
<head>
<title>Peugeot CAN</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
<table>
<tr>
<td>3F6</td>
<td>XXXXXXXX</td>
<td>XXXXXXXX</td>
<td>XXXX0000</td>
<td>00000000</td>
<td>00000000</td>
<td>Z1000000</td>
<td>00000001</td>
</tr>
</table>
X - время в секундах
Z - 12h/24h
</body>
</html>