2020-01-10 20:32:52 +01:00
|
|
|
<!DOCTYPE html>
|
2020-01-10 20:36:15 +01:00
|
|
|
<html lang="en">
|
2023-01-01 22:13:40 +01:00
|
|
|
<head>
|
2023-01-01 22:34:57 +01:00
|
|
|
<meta charset="utf-8">
|
2023-01-01 22:13:40 +01:00
|
|
|
<title>Start</title>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
href="favicon.png"
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
href="touch-icon-iphone.png"
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="152x152"
|
|
|
|
href="/static/img/apple-touch-icon/touch-icon-ipad.png"
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="180x180"
|
|
|
|
href="/static/img/apple-touch-icon/touch-icon-iphone-retina.png"
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="167x167"
|
|
|
|
href="/static/img/apple-touch-icon/touch-icon-ipad-retina.png"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="theme-color"
|
|
|
|
content="#3c790a"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="theme-color"
|
|
|
|
content="#ecd96f"
|
|
|
|
media="(prefers-color-scheme: light)"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="theme-color"
|
|
|
|
content="#0b3e05"
|
|
|
|
media="(prefers-color-scheme: dark)"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
2023-01-03 16:20:54 +01:00
|
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
|
2023-01-01 22:13:40 +01:00
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="author"
|
|
|
|
content="Tu nombre"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="generator"
|
|
|
|
content="Clojure"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="my description..."
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:image"
|
|
|
|
content="img/screenshot.png"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:title"
|
|
|
|
content="The Rock"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:type"
|
|
|
|
content="website"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:url"
|
|
|
|
content=""
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="twitter:card"
|
|
|
|
content="summary"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="twitter:site"
|
|
|
|
content="@cuenta"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
name="twitter:creator"
|
|
|
|
content="@cuenta"
|
|
|
|
>
|
2023-10-25 15:43:42 +02:00
|
|
|
<link href="https://mastodon.social/@profile" rel="me">
|
2023-01-01 22:13:40 +01:00
|
|
|
<meta
|
|
|
|
property="og:image:secure_url"
|
|
|
|
content="https://..."
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:image:type"
|
|
|
|
content="image/jpeg"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:image:width"
|
|
|
|
content="400"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:image:height"
|
|
|
|
content="300"
|
|
|
|
>
|
|
|
|
<meta
|
|
|
|
property="og:image:alt"
|
|
|
|
content=""
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
type="text/css"
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
|
|
|
|
>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
type="text/css"
|
|
|
|
href="css/main.css"
|
|
|
|
>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
2020-01-10 20:32:52 +01:00
|
|
|
</html>
|