simple-blog/views/about.ejs
2021-06-22 07:31:41 -04:00

6 lines
240 B
Text

<%- include("partials/header"); -%>
<h1>About</h1>
<p> <%= aboutContent %> </p>
<br />
<p> <a href="https://github.com/rzmk/simple-blog">Click here to see this project's details.</a> </p>
<%- include("partials/footer"); -%>