Update and rename spanish/without-comments.html to complete-html5-template-started.html

This commit is contained in:
Andros Fenollosa 2020-01-10 20:36:15 +01:00 committed by GitHub
parent e915f56227
commit 2343f1ddc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="es"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Inicio</title> <title>Inicio</title>
@ -9,19 +9,19 @@
<meta name="author" content="Tu nombre"> <meta name="author" content="Tu nombre">
<meta name="generator" content="Clojure"> <meta name="generator" content="Clojure">
<meta name="keywords" content="html, css, javascript"> <meta name="keywords" content="html, css, javascript">
<meta name="description" content="Descripcion de tu web"> <meta name="description" content="my description...">
<meta property="og:image" content="img/miniatura.png"> <meta property="og:image" content="img/screenshot.png">
<meta property="og:title" content="The Rock"> <meta property="og:title" content="The Rock">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/"> <meta property="og:url" content="">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@cuenta"> <meta name="twitter:site" content="@cuenta">
<meta name="twitter:creator" 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:secure_url" content="https://...">
<meta property="og:image:type" content="image/jpeg"> <meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="400"> <meta property="og:image:width" content="400">
<meta property="og:image:height" content="300"> <meta property="og:image:height" content="300">
<meta property="og:image:alt" content="A shiny red apple with a bite taken out"> <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="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
</head> </head>