mirror of
https://github.com/tanrax/complete-HTML5-template-started.git
synced 2024-11-09 20:55:41 +01:00
Create complete-html5-template-started-without-comments.html
This commit is contained in:
parent
dbea7b29c6
commit
74ca6d5f5a
112
spanish/complete-html5-template-started-without-comments.html
Normal file
112
spanish/complete-html5-template-started-without-comments.html
Normal file
@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Inicio</title>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="favicon.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="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
|
||||
name="generator"
|
||||
content="Clojure"
|
||||
>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="html, css, javascript"
|
||||
>
|
||||
<meta
|
||||
name="description"
|
||||
content="Descripcion de tu web"
|
||||
>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="img/miniatura.png"
|
||||
>
|
||||
<meta
|
||||
property="og:title"
|
||||
content="The Rock"
|
||||
>
|
||||
<meta
|
||||
property="og:type"
|
||||
content="website"
|
||||
>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="http://www.imdb.com/title/tt0117500/"
|
||||
>
|
||||
<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://secure.example.com/ogp.jpg"
|
||||
>
|
||||
<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="A shiny red apple with a bite taken out"
|
||||
>
|
||||
<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>
|
||||
Tu HTML
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user