diff --git a/7b_Proyecto_Web_Completo.md b/7b_Proyecto_Web_Completo.md
index f591d82..2b02cd6 100644
--- a/7b_Proyecto_Web_Completo.md
+++ b/7b_Proyecto_Web_Completo.md
@@ -20,7 +20,7 @@ Compatible con todos los navegadores.
[Get started](https://getbootstrap.com/docs/4.5/getting-started/introduction/)
-[demo](www.pildorasinformaticas.es/archivos/django/video29.zip)
+[demo](https://www.pildorasinformaticas.es/archivos/django/video29.zip)
/Proyecto/App/**estatic/App/**
```
├── static
@@ -41,17 +41,28 @@ modificar Project/App/templates/App/**home.html**
![img](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_sin_estilo.png)
-### Cargar los contenidos linkeados en home.html
-**TAG {% load static %}**
+### TAG `{% load static %}`
+Cargar contenidos
+`{% load static %}` y
+**agregar ``
+
+*base.html*
```
-...
{% load static %}
+ ...
+
+
+ ...
+
+
+
+ ...
...
```
-**Agregar ``
+
Estilo aplicado, *vista escritorio*
![sitio con estilo aplicado](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_style.png)