15 lines
495 B
PHP
Executable File
15 lines
495 B
PHP
Executable File
<?php
|
|
echo "
|
|
<html>
|
|
<head>
|
|
<link rel=\"stylesheet\" href=\"../styles_pc.css\" type=\"text/css\">
|
|
<script type=\"text/javascript\" src=\"./overlib/overlibmws.js\"><!-- overLIB (c) Erik Bosrup --></script>
|
|
|
|
<title>Willkommen</title>
|
|
</head>
|
|
<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div>
|
|
<a href=\"javascript:void(0);\" onmouseover=\"return overlib('This is an ordinary popup.');\" onmouseout=\"return nd();\">here</a>
|
|
</body>
|
|
</html>
|
|
";
|
|
?>
|