diff options
Diffstat (limited to 'example/var/www/html/headerDebug.html')
-rw-r--r-- | example/var/www/html/headerDebug.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/example/var/www/html/headerDebug.html b/example/var/www/html/headerDebug.html new file mode 100644 index 0000000..df0fc99 --- /dev/null +++ b/example/var/www/html/headerDebug.html | |||
@@ -0,0 +1,26 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title><!--#echo var="title" --></title> | ||
4 | <meta charset="UTF-8"> | ||
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=0.5" /> | ||
7 | <link rel="manifest" href="/converse.js/manifest.json"> | ||
8 | <link type='text/css' rel='stylesheet' href='/converse.js/dist/converse.min.css' media='screen' /> | ||
9 | <script src='/converse.js/3rdparty/libsignal-protocol.min.js'></script> | ||
10 | <script src='/converse.js/dist/converse.min.js'></script> | ||
11 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> | ||
12 | <link type='text/css' rel='stylesheet' href='/SledjChisl.css' media='all' /> | ||
13 | <link type='text/css' rel='stylesheet' href='/debugStyle.css' media='all' /> | ||
14 | </head> | ||
15 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red' id='page-top' data-spy='scroll' class='converse-website'> | ||
16 | <font face='sans-serif'> | ||
17 | <div class='top-left'> | ||
18 | <p class='hoverItem'> | ||
19 | <div class='hoverWrapper0'> | ||
20 | <p>DEBUG</p> | ||
21 | <div id='hoverShow0'> | ||
22 | <h1>DEBUG log</h1> | ||
23 | <!--#echo var="DEBUG" --> | ||
24 | </div> | ||
25 | </div> | ||
26 | </p> | ||