Skip to content

Commit

Permalink
Update apartado3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballwictb authored Jan 29, 2024
1 parent 8a88423 commit 6645250
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apartado3/apartado3.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Page Title - My Site</title>
<title>Apartado 3</title>
<meta name="description" content="Page Description">
<meta name="keywords" content="your tags" />
<meta name="category" content="">
<meta name="robots" content="indexfollow" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Home - Page">
<meta property="og:url" content="https://www.example.com/page">
<meta property="og:description" content="OG Page Description">
Expand All @@ -22,11 +22,10 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="theme-color" content="#color">
<link rel="stylesheet" href="./css/style-3.css">
<link rel="stylesheet" href="/styles/css/print.css" media="print">
</head>

<body>

</body>

</html>
</html>

0 comments on commit 6645250

Please sign in to comment.