12 lines
286 B
HTML
12 lines
286 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Menu</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<base target="WWindow">
|
||
|
<link href="standard.css" rel="stylesheet" type="text/css">
|
||
|
<link href="menu.css" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|