You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
11 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>Aborting...</title>
|
||
|
<link rel="stylesheet" href="css/style.css" type="text/css"/>
|
||
|
<script src="jquery.min.js"></script>
|
||
|
<script src="jQueryPlugins.js"></script>
|
||
|
<script src="jquery.json-2.4.js"></script>
|
||
|
<script src="jquery.jsonrpcclient.js"></script>
|
||
|
<script src="jquery.storageapi.js"></script>
|
||
|
<script src="mobile_abstract.js"></script>
|
||
|
<script src="twister_io.js"></script>
|
||
|
<script src="twister_user.js"></script>
|
||
|
<script src="twister_formatpost.js"></script>
|
||
|
<script src="twister_following.js"></script>
|
||
|
<script src="twister_newmsgs.js"></script>
|
||
|
<script src="twister_network.js"></script>
|
||
|
<script src="interface_common.js"></script>
|
||
|
|
||
|
<link rel="icon" type="image/png" href="img/twister_mini.png" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<!-- MENU SUPERIOR INIT -->
|
||
|
<nav class="userMenu">
|
||
|
</nav>
|
||
|
<!-- MENU SUPERIOR END -->
|
||
|
|
||
|
<div class="wrapper">
|
||
|
|
||
|
<div class="network singleBlock">
|
||
|
<h2 style="text-align: center"> Daemon exited... </h2>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|