Onionr/onionr/static-data/www/clandestine/index.html

22 lines
717 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>
Clandestine
</title>
<link rel='shortcut icon' type='image/ico' href='/shared/images/favicon.ico'>
<link rel='stylesheet' href='/shared/main/style.css'>
<link rel='stylesheet' href='/clandestine/clandestine.css'>
</head>
<body>
<div class='content'>
<img class='logo' src='/shared/images/onionr-icon.png' alt='onionr logo'>
<span class='logoText'>Clandestine</span>
<ul class='conversationList'></ul>
</div>
<script src='/shared/misc.js'></script>
<script src='/clandestine/js/main.js'></script>
</body>
</html>