Skip to content

Commit

Permalink
modified ejs views
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun authored and Varun committed Oct 4, 2023
1 parent 073d896 commit caacb1d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
background-color: aqua;
}
3 changes: 3 additions & 0 deletions views/_footer.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<footer>
Footer Auth App
</footer>
3 changes: 3 additions & 0 deletions views/home.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>
Home page
</p>
2 changes: 1 addition & 1 deletion views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/layout.css">

<link rel="stylesheet" href="/css/footer.css">
<title>AuthApp</title>
<%- style %>
</head>
Expand Down

0 comments on commit caacb1d

Please sign in to comment.