-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
35 lines (34 loc) · 1.18 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>boringdesigners</title>
<link rel="stylesheet" href="styles.css" />
<meta name="description" content="boring desginers" />
<meta property="og:title" content="boring desginers" />
<meta property="og:description" content="boring designers" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.boringdesigners.com/about" />
<link rel="canonical" href="https://www.boringdesigners.com/about" />
<meta name="theme-color" content="#FFFFFF" />
</head>
<body>
<header>
<h1>
<a href="index.html">✺ boringdesigners</a>
</h1>
<a href="index.html">index</a>
</header>
<div>
<p>
We are a couple of boring designers from Barcelona —
<a rel="”noopener" noreferrer” href="https://josepmartins.com/"
>Josep Martins</a
>
<a rel="”noopener" noreferrer” href="https://hayk.design/">Hayk An</a>
</p>
</div>
</body>
</html>