aboutsummaryrefslogtreecommitdiff
path: root/.idea/fileTemplates/EJS - Alee Productions.ejs
diff options
context:
space:
mode:
Diffstat (limited to '.idea/fileTemplates/EJS - Alee Productions.ejs')
-rw-r--r--.idea/fileTemplates/EJS - Alee Productions.ejs17
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