Added robots.txt, favicon, changed title, added description

This commit is contained in:
Franklin 2023-05-01 10:13:50 -04:00
parent d2b60a904c
commit 8e2059c942
2 changed files with 8 additions and 2 deletions

2
assets/text/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /admin/

View File

@ -3,8 +3,11 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>JL</title>
<link rel="icon" type="image/x-icon" href="images/logo-color.png">
<title>Proyectosenconstrucción - Consigue la propiedad de tus sueños</title>
<meta name="description" content="Donde puedes encontrar un amplio catalogo de proyectos en construcción y terminados.">
<link data-trunk type="text/css" href="css/body.css" rel="css" />
<link data-trunk type="text/css" href="css/navbar.css" rel="css" />
<link data-trunk type="text/css" href="css/landing.css" rel="css" />
@ -33,6 +36,7 @@
<link data-trunk type="text/css" href="css/components/datepicker.css" rel="css" />
<link data-trunk type="text/css" href="css/components/mediapicker.css" rel="css" />
<link data-trunk href="assets/text/robots.txt" rel="copy-file"/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Grotesk" rel="stylesheet">