-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<title>CodeAbbey status</title>
<style>
body {font-family: Tahoma, Arial, sans-serif; font-size:14px; color: #555;line-height:1.7}
a {color: #090;}
</style>
</head>
<body>
<div style="text-align:center">
<h1>CodeAbbey Status</h1>
<p>Website current address is <b><a href="https://www.codeabbey.com">https://www.codeabbey.com</a></b> - and "plain http" version
should also work if needed.</p>
<p>This page shall provide information (hopefully useful) in case there are some critical issues with the site.</p>
<p><i>(healthcheck live data probably may be added here later)</i></p>
<h3>CodeAbbey supplementary projects</h3>
<p>
<strong>CodeAbbey</strong> is a web-site with programming
problems and exercises for beginners.<br/>Some of them use additional demo and test
materials which are represented by
<a href="https://github.com/CodeAbbey">these github projects</a>.
</p>
</div>
</body>
</html>