X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/61caacda2b2ca58474d32e0e187f2e9d61aa47e9..8e9768399ccf8e22f73ac33e0456aeaa78fe626c:/client/lualibs/htmlskel.lua diff --git a/client/lualibs/htmlskel.lua b/client/lualibs/htmlskel.lua index 377e62d9..a52abdef 100644 --- a/client/lualibs/htmlskel.lua +++ b/client/lualibs/htmlskel.lua @@ -1,12 +1,147 @@ local skel_1 = [[ + + + - - + + ]] local function getHTML(data) return skel_1 .. data .. skel_2