2019-04-09 17:30:54 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<title>
|
|
|
|
Onionr Profiles
|
|
|
|
</title>
|
2019-06-18 03:36:19 +00:00
|
|
|
<link rel='shortcut icon' type='image/ico' href='/shared/images/favicon.ico'>
|
2019-04-09 17:30:54 +00:00
|
|
|
<link rel='stylesheet' href='/shared/style/modal.css'>
|
|
|
|
<link rel='stylesheet' href='/shared/main/style.css'>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class='content'>
|
|
|
|
<p></p>
|
|
|
|
</div>
|
|
|
|
<script src='/shared/misc.js'></script>
|
|
|
|
<script src='/profiles/profiles.js'></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|