(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / setup_message.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
3 <head>
4 <title>MediaWiki $1</title>
5 <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
6 <style type='text/css' media='screen, projection'>
7 html, body {
8 color: #000;
9 background-color: #fff;
10 font-family: sans-serif;
11 text-align: center;
12 }
13
14 h1 {
15 font-size: 150%;
16 }
17 </style>
18 </head>
19 <body>
20 <img src='skins/common/images/mediawiki.png' alt='The MediaWiki logo' />
21
22 <h1>MediaWiki $1</h1>
23 <div class='error'>
24 $2
25 </div>
26 </body>
27 </html>