-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheroku_epo_error.html
More file actions
39 lines (32 loc) · 908 Bytes
/
heroku_epo_error.html
File metadata and controls
39 lines (32 loc) · 908 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Wir sind bald wieder für Dich da!</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<img src="images/joshua.png" alt="joshua">
<!-- Preview at
http://betterplace.github.io/heroku_epo_error.html
Documentation at
https://devcenter.heroku.com/articles/error-pages
Im EPO Code: ERROR_PAGE_URL
-->
<div class="text">
<p>
Hallo!
</p>
<p>
Es gibt aktuell Probleme mit Verbindungen zu unseren Seiten.<br>
Vermutlich hilft es schon, diese Seite noch einmal neu aufzurufen.<br>
An der Lösung des Problems wird mit Hochdruck gearbeitet.<br>
Danke für Deine Geduld.
</p>
<p>
joshua<br>
<small>IT-Team</small>
</p>
</div>
</body>
</html>