-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 946 Bytes
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>OpenBSDeros</title>
<meta charset="utf-8">
<meta name="description" content="OpenBSDeros, Grupo de usuarios de OpenBSD">
<meta name="keywords" content="OpenBSDeros, OpenBSD">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/normalize/7.0.0/normalize.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<style type="text/css">
body {
font-family: Roboto, monospace, serif;
text-align: center;
color: #484848;
padding-top: 10vh;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.1em;
}
</style>
</head>
<body>
<h1>OpenBSDeros</h1>
<h2>Grupo de usuarios de OpenBSD</h2>
<img src="76488419a956e8bcd7867064372ca261.jpg" alt="OpenBSDeros"><br>
</body>
</html>