mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-23 16:16:12 +00:00
14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
div#HEADFILES
|
|
table
|
|
thead
|
|
th Subnet
|
|
th SSID
|
|
th Key
|
|
each wifi in node.items
|
|
tr
|
|
td=wifi.data.name
|
|
td=wifi.data.ssid
|
|
td=wifi.data.key
|
|
div#FILES
|
|
div#FOOTFILES
|