1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

added blogpost and switched to ejs

This commit is contained in:
2015-07-28 12:49:32 -05:00
parent 103bd39c00
commit 0773f5159d
142 changed files with 11585 additions and 12199 deletions

24
views/success.ejs Normal file
View File

@@ -0,0 +1,24 @@
<%include layout.ejs %>
<body>
<div class="header">
<div class="centerDiv">
</div>
</div>
<div class="container">
<div class="form-signin">
<h1 class="textCenter">Reminder Submitted!</h1>
<br>
<br>
<p class="textCenter">Thanks for using this service! Click here to submit another reminder!<p>
<br>
<a href="/"><button class="btn btn-lg btn-primary btn-block">Home Page</button></a>
</div>
</div>
</body>
<%include layoutBottom.ejs%>