1. Import
This commit is contained in:
28
html/include/empty_page.htm
Normal file
28
html/include/empty_page.htm
Normal file
@@ -0,0 +1,28 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>votian: Leere Seite</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/phoenix.css">
|
||||
|
||||
<script src="../include/key_events_content.js" language="JavaScript1.2" type="text/javascript">
|
||||
</script>
|
||||
|
||||
<script for="document" event="onkeydown()" language="JScript" type="text/jscript">
|
||||
<!--
|
||||
{
|
||||
if (window.event.altKey && event.keyCode >= 49 && event.keyCode <= 57) {
|
||||
actionMapEvent(window.event, event.keyCode);
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="this.focus();">
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user