96 lines
2.2 KiB
HTML
96 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Retired Web Services</title>
|
|
<style>
|
|
body {
|
|
background-color: white;
|
|
color: #4a4a4a;
|
|
padding: 30px;
|
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
section {
|
|
background-color: #f5f5f5;
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
margin-bottom: 90px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.title {
|
|
font-size: 2.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.content {
|
|
font-size: 1.3rem;
|
|
/* text-align: left; */
|
|
padding-left: 5em;
|
|
}
|
|
|
|
a {
|
|
color: #485fc7;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<section lang="en">
|
|
<div class="container">
|
|
<h1 class="title">
|
|
This web service has been retired.
|
|
</h1>
|
|
|
|
<hr>
|
|
|
|
<p class="content">
|
|
Thank you for your interest in our web services.
|
|
<br>
|
|
Unfortunately, the service you are looking for has been retired.
|
|
<br>
|
|
<br>
|
|
If you have any questions or need further assistance, please contact us at
|
|
<br>
|
|
<b>contact [at] dgnum.eu</b> by e-mail, or <b>#dgnum [at] irc.dgnum.eu</b> on IRC.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section lang="fr">
|
|
<div class="container">
|
|
<h1 class="title">
|
|
Ce service web a été remisé.
|
|
</h1>
|
|
|
|
<hr>
|
|
|
|
<p class="content">
|
|
Merci pour votre intérêt dans nos services.
|
|
<br>
|
|
Malheureusement, le service que vous recherchez n'existe plus.
|
|
<br>
|
|
<br>
|
|
Si vous avec des questions ou besoin d'assistance, merci de nous contacter à
|
|
<br>
|
|
<b>contact [at] dgnum.eu</b> par e-mail, ou <b>#dgnum [at] irc.dgnum.eu</b> sur IRC.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<p class="container">
|
|
<b><a href="https://dgnum.eu" target="_blank">Délégation Générale Numérique</a></b>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|