mirror of
https://github.com/tanrax/complete-HTML5-template-started.git
synced 2024-11-10 05:05:41 +01:00
Update complete-html5-template-started.html
This commit is contained in:
parent
bc3114fb3d
commit
c3805fd384
@ -1,41 +1,124 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<title>Inicio</title>
|
<title>Start</title>
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link
|
||||||
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
|
rel="icon"
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/apple-touch-icon/touch-icon-ipad.png">
|
type="image/png"
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon/touch-icon-iphone-retina.png">
|
href="favicon.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">
|
<link
|
||||||
<meta name="theme-color"
|
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"
|
content="#ecd96f"
|
||||||
media="(prefers-color-scheme: light)">
|
media="(prefers-color-scheme: light)"
|
||||||
<meta name="theme-color"
|
>
|
||||||
|
<meta
|
||||||
|
name="theme-color"
|
||||||
content="#0b3e05"
|
content="#0b3e05"
|
||||||
media="(prefers-color-scheme: dark)">
|
media="(prefers-color-scheme: dark)"
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
|
>
|
||||||
<meta name="author" content="Tu nombre">
|
<meta
|
||||||
<meta name="generator" content="Clojure">
|
name="viewport"
|
||||||
<meta name="keywords" content="html, css, javascript">
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"
|
||||||
<meta name="description" content="my description...">
|
>
|
||||||
<meta property="og:image" content="img/screenshot.png">
|
<meta
|
||||||
<meta property="og:title" content="The Rock">
|
name="author"
|
||||||
<meta property="og:type" content="website">
|
content="Tu nombre"
|
||||||
<meta property="og:url" content="">
|
>
|
||||||
<meta name="twitter:card" content="summary">
|
<meta
|
||||||
<meta name="twitter:site" content="@cuenta">
|
name="generator"
|
||||||
<meta name="twitter:creator" content="@cuenta">
|
content="Clojure"
|
||||||
<meta property="og:image:secure_url" content="https://...">
|
>
|
||||||
<meta property="og:image:type" content="image/jpeg">
|
<meta
|
||||||
<meta property="og:image:width" content="400">
|
name="keywords"
|
||||||
<meta property="og:image:height" content="300">
|
content="html, css, javascript"
|
||||||
<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">
|
<meta
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
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"
|
||||||
|
>
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body></body>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user