|
|
|
@ -1,12 +1,15 @@
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>File not found</title>
|
|
|
|
|
<style>
|
|
|
|
|
body{
|
|
|
|
|
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
|
|
|
|
|
color:#303030;
|
|
|
|
|
margin:10px;
|
|
|
|
|
}
|
|
|
|
|
div.container{
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
h1{
|
|
|
|
|
font-size:1.5em;
|
|
|
|
@ -14,10 +17,24 @@ font-size:1.5em;
|
|
|
|
|
p{
|
|
|
|
|
font-size:0.8em;
|
|
|
|
|
}
|
|
|
|
|
.hidden{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container" >
|
|
|
|
|
<h1>Sorry, this file can not be downloaded now. </h1>
|
|
|
|
|
<p>Trustie Team.</p>
|
|
|
|
|
<p><a href="javascript:history.back()">Back</a></p>
|
|
|
|
|
<h3> <a href="http://forge.trustie.net" style="">Goto Home page</a> </h3>
|
|
|
|
|
|
|
|
|
|
<div class="container" style="">
|
|
|
|
|
<div style="position: relative; right:0;text-align: right;">
|
|
|
|
|
<h4>Trustie Team.</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="hidden" >
|
|
|
|
|
<a href="javascript:history.back()">Back</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|