2019-05-18 18:46:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<title>
|
|
|
|
Clandestine
|
|
|
|
</title>
|
2019-06-18 03:36:19 +00:00
|
|
|
<link rel='shortcut icon' type='image/ico' href='/shared/images/favicon.ico'>
|
2019-05-18 18:46:48 +00:00
|
|
|
<link rel='stylesheet' href='/shared/main/style.css'>
|
|
|
|
<link rel='stylesheet' href='/clandestine/clandestine.css'>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class='content'>
|
2019-06-18 03:36:19 +00:00
|
|
|
<img class='logo' src='/shared/images/onionr-icon.png' alt='onionr logo'>
|
2019-05-18 18:46:48 +00:00
|
|
|
<span class='logoText'>Clandestine</span>
|
|
|
|
|
2019-06-20 07:59:32 +00:00
|
|
|
<div>Current Used ID: <input class='myPub' type='text'></div>
|
2019-05-18 18:46:48 +00:00
|
|
|
<ul class='conversationList'></ul>
|
|
|
|
</div>
|
|
|
|
<script src='/shared/misc.js'></script>
|
|
|
|
<script src='/clandestine/js/main.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|