27 lines
688 B
HTML
27 lines
688 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
|
|
<head>
|
|
<title>MediaWiki $1</title>
|
|
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
<style type='text/css' media='screen, projection'>
|
|
html, body {
|
|
color: #000;
|
|
background-color: #fff;
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 150%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src='skins/common/images/mediawiki.png' alt='The MediaWiki logo' />
|
|
|
|
<h1>MediaWiki $1</h1>
|
|
<div class='error'>
|
|
$2
|
|
</div>
|
|
</body>
|
|
</html>
|