comienzo del trabajo del header
[projectNeoUtesa/.git] / views / index.ejs
index 7b7a1d6dee032384b91037c9f87cf57cad727a65..e20f2aa9fc45cd6d7ce0ac3dd6a3f4006a723dc0 100644 (file)
@@ -1,11 +1,21 @@
+<meta name="viewport" content="width=device-width, initial-scale=1">
 <!DOCTYPE html>
-<html>
+<html lang="en" dir="ltr">
   <head>
-    <title><%= title %></title>
-    <link rel='stylesheet' href='/stylesheets/style.css' />
+    <meta charset="utf-8">
+    <title>UTESA</title>
   </head>
+  <%include ../partials/header%>
   <body>
-    <h1><%= title %></h1>
-    <p>Welcome to <%= title %></p>
+    <aside class="">
+
+    </aside>
+    <main>
+
+    </main>
+    <aside class="">
+
+    </aside>
   </body>
+  <%include ../partials/footer%>
 </html>