diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-12 11:59:43 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-12 11:59:43 -0400 |
| commit | 4c04dcdf189dc6b665bf4960317f93923f58cce5 (patch) | |
| tree | 93389374a53f0adc333d9a02aec60c67a58caac5 /.idea/fileTemplates/EJS - Alee Productions.ejs | |
| parent | 557e496d3c8e41cc7c98bee5d425315922984056 (diff) | |
| download | alp-website-4c04dcdf189dc6b665bf4960317f93923f58cce5.tar.gz alp-website-4c04dcdf189dc6b665bf4960317f93923f58cce5.tar.bz2 alp-website-4c04dcdf189dc6b665bf4960317f93923f58cce5.zip | |
Added the foundations for the blog, changed index and refactoring some code
Diffstat (limited to '.idea/fileTemplates/EJS - Alee Productions.ejs')
| -rw-r--r-- | .idea/fileTemplates/EJS - Alee Productions.ejs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.idea/fileTemplates/EJS - Alee Productions.ejs b/.idea/fileTemplates/EJS - Alee Productions.ejs new file mode 100644 index 0000000..dd0d052 --- /dev/null +++ b/.idea/fileTemplates/EJS - Alee Productions.ejs @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + +<head> + <% include ./includes/header %> +</head> + +<body> + <% include ./includes/navbar %> + <div class="jumbotron special-color"> + <h2 class="display-4">Title</h2> + <p class="lead">Description.</p> + </div> + <% include ./includes/footer %> +</body> + +</html>
\ No newline at end of file |
