15 lines
285 B
HTML
15 lines
285 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Preferences</title>
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
body{ font-FAMILY: arial,sans-serif; margin-right: 2em; margin-left: 3em;}
|
||
|
// -->
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Test</h1>
|
||
|
</body>
|
||
|
</html>
|