Skip to content

Commit f5f8d5f

Browse files
author
VentGrey
committed
Mejoras de SEO al sitio
1 parent 3cba97e commit f5f8d5f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="EN">
33
<meta charset="utf-8">
44
<!--HEADERS-->
55
<head>
66
<!--TITLE-->
77
<link rel="shortcut icon" type="image/png" href="../res/DE/cereus-icon.png">
88
<title>Cereus Linux</title>
9+
<meta name="description" content="Cereus Linux it's a Gnu/Linux distribution derived from Void Linux thar focuses on delivering a user friendly experience.">
910
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1011
<link rel="stylesheet" href="css.css">
1112
<script src="navbar.js"></script>

navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav>
2-
<a href="index.html"><img height="48" width="48" alt="Logo de Cereus Linux" src="res/ui/logo.svg"></a>
2+
<a aria-label="Inicio" href="index.html"><img height="48" width="48" alt="Logo de Cereus Linux" src="res/ui/logo.svg"></a>
33
<div class="navbar">
44
<ul class="nav" border: 1px solid white;>
55

0 commit comments

Comments
 (0)