Skip to content

Commit a4127cd

Browse files
committed
Restructured folders and added micky mouse routing
1 parent a4c6b78 commit a4127cd

File tree

7 files changed

+1097
-37
lines changed

7 files changed

+1097
-37
lines changed

mqtt/pages/app.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
body {
2+
font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
3+
color: #201E1C;
4+
background-color: AntiqueWhite;
5+
}
6+
7+
p {
8+
width: 100%;
9+
}
10+
11+
table, th, td {
12+
border: 1px solid #CABFAF;
13+
border-spacing: 3px;
14+
border-collapse: collapse;
15+
vertical-align: top;
16+
table-layout: fixed;
17+
}
18+
19+
20+
.clear {
21+
clear: both;
22+
}

mqtt/pages/js/jquery.min.js

Lines changed: 167 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)