TDKHome.old/more/dsoffice/view.php%3ftitle%3dtest
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

19 lines
No EOL
1 KiB
Text

<html>
<head>
<title>test - 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; }
#fullscreen { position:absolute; left:204px; top:2px; width:16px; height:16px; background-color:black; color:white; }
a.x { text-decoration:none; color:white; }
</style>
</head>
<body>
<div id="title"><font size=3 color=white>test - DSOffice</font></div>
<div id=x><font size=2><center><a class="x" href=".">X</a></center></font></div>
<div id=fullscreen><font size=2><center><a class="x" href="file.php?title=test">+</a></center></font></div>
<font size=3><center><u>test</u></center></font><font size=1>test<br><br><center><a href='editonline.php?title=test'>EDIT</a></center></font>
</body>
</html>