Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Mercury/aufräumen.sh.php
2013-12-30 10:25:44 +01:00

16 lines
No EOL
200 B
PHP

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./design.css" type="text/css" />
<title>gui.sh</title>
</head>
<body>
<?php
include 'menu.html';
?>
</body>
</html>