20 lines
No EOL
787 B
PHP
20 lines
No EOL
787 B
PHP
<html>
|
|
<head>
|
|
<title>Save file - DSOffice</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin:0px; margin-left:0px; margin-bottom:-10px; background-color:ECE9D8; border:2px solid blue; border-top:20px solid blue; width:231; height:154; padding-left:5px; }
|
|
#title { position:absolute; left:2px; top:-1px; }
|
|
#x { position:absolute; left:222px; top:2px; width:16px; height:16px; background-color:red; color:white; }
|
|
a.x { text-decoration:none; color:white; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="title"><font size=3 color=white>Save file - DSOffice</font></div>
|
|
<div id=x><font size=2><center><a class="x" href=".">X</a></center></font></div>
|
|
<font size=2>
|
|
<center>
|
|
created/modified sucessfly<br><br><font size=1><a href='.'>BACK</a></font></center>
|
|
</font>
|
|
</body>
|
|
</html> |