forked from fescobar/allure-docker-service-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (39 loc) · 1.43 KB
/
404.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>Allure Docker Service</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/darkly/bootstrap.css">
</head>
<body>
<div class="container jumbotron">
<div class="display-4 lead" align="center">404</div>
<div class="display-5 lead" align="center">This is not the web page you are looking for</div>
<br>
<div class="display-5 lead">We have updated some links</div>
<br>
<div class="display-5 lead">
- Allure Docker Service API Container
<br>
<a href="https://github.com/fescobar/allure-docker-service/">
https://github.com/fescobar/allure-docker-service
/</a>
</div>
<br>
<div class="display-5 lead">
- Allure Docker Service UI Container
<br>
<a href="https://github.com/fescobar/allure-docker-service-ui/">
https://github.com/fescobar/allure-docker-service-ui/
</a>
</div>
<br>
<div class="display-5 lead">
- Allure Docker Service Examples
<br>
<a href="https://github.com/fescobar/allure-docker-service-examples">
https://github.com/fescobar/allure-docker-service-examples
</a>
</div>
</body>
</html>