-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuspended.html
More file actions
22 lines (22 loc) · 763 Bytes
/
suspended.html
File metadata and controls
22 lines (22 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eter5 Lab | Sitio web suspendido</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Sitio web suspendido
</h1>
<p class="subtitle">
Para más detalles por favor póngase en contacto con el administrador del sitio al correo electrónico <a href="mailto:admin@eter5.com">admin@eter5.com</a>.
</p>
</div>
</section>
</body>
</html>