forked from openshine/openshine.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (21 loc) · 981 Bytes
/
index.html
File metadata and controls
32 lines (21 loc) · 981 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
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Sopinet - Growing Startups!</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
<link rel="stylesheet" href="css/bye.css" type="text/css" media="all">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="bye">
<h1>De parte de todo el equipo: Gracias</h1>
<p>Muchos proyectos, muchas horas, mucha diversión, muchas personas y muchísimo aprendizaje.</p>
<p>Desde el pasado 1 de Abril de 2019 todo el equipo se integró en Sngular.</p>
<p>Sopinet ya no existe y no desarrollamos ningún tipo de actividad.</p>
<a class="link" href="http://www.sngular.com">Visita el site de Sngular</a>
</div>
</div>
</body>
</html>