blob: ffd4e313c7d070893a095b7af55865a1f5c614fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<html>
<head>
<title><!--#echo var="title" --></title>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<link rel="manifest" href="/converse.js/manifest.json">
<link type='text/css' rel='stylesheet' href='/converse.js/dist/converse.min.css' media='screen' />
<script src='/converse.js/3rdparty/libsignal-protocol-javascript/dist/libsignal-protocol.js'></script>
<script src='/converse.js/dist/converse.min.js'></script>
<link rel="shortcut icon" href="/SledjHamrIconSmall.png">
<link type='text/css' rel='stylesheet' href='/SledjChisl.css' media='all' />
<link type='text/css' rel='stylesheet' href='/debugStyle.css' media='all' />
</head>
<body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red' id='page-top' data-spy='scroll' class='converse-website'>
<font face='sans-serif'>
<div class='top-left'>
<p class='hoverItem'>
<div class='hoverWrapper0'>
<p>DEBUG</p>
<div id='hoverShow0'>
<h1>DEBUG log</h1>
<!--#echo var="DEBUG" -->
</div>
</div>
</p>
|