mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-03 12:44:03 +00:00
20 lines
862 B
PHP
20 lines
862 B
PHP
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
|
<head>
|
||
|
<title>CATS maintenance</title>
|
||
|
<link rel="stylesheet" type="text/css" href="design/design.css" />
|
||
|
<meta name="keywords" content="CATS, CAcert Assurer Testing System, CAcert, CAcert Automated Testing System, CAcert.org" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="banner">
|
||
|
<div id="cacertlogo"><a href="https://www.CAcert.org/" target="_blank"><img class="img" src="images/cacert.png" alt="CAcert.org logo" /></a></div>
|
||
|
<div id="mainContainer" align="center">
|
||
|
<br /><br />
|
||
|
<h2>CATS Maintenance</h2>
|
||
|
|
||
|
<p>We're currently doing maintenance on the CAcert Training Server (CATS).</p>
|
||
|
<p>If everything works like planned CATS will be online again at 2011-04-16 12:00 +0200</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|