+ templates *.html

This commit is contained in:
jp.av.dev 2020-11-16 21:10:38 -03:00
parent 86a09d373e
commit 9030eb7850
5 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<html>
<head>
<title>Blog</title>
</head>
<body>
<h1>Blog</h1>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Contacto</title>
</head>
<body>
<h1>Contacto</h1>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Home</h1>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Servicios</title>
</head>
<body>
<h1>Servicios</h1>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>Tienda</title>
</head>
<body>
<h1>Tienda</h1>
</body>
</html>