aboutsummaryrefslogtreecommitdiff
path: root/.idea/fileTemplates
diff options
context:
space:
mode:
Diffstat (limited to '.idea/fileTemplates')
-rw-r--r--.idea/fileTemplates/EJS - Alee Productions.ejs5
1 files changed, 4 insertions, 1 deletions
diff --git a/.idea/fileTemplates/EJS - Alee Productions.ejs b/.idea/fileTemplates/EJS - Alee Productions.ejs
index dd0d052..8bb745c 100644
--- a/.idea/fileTemplates/EJS - Alee Productions.ejs
+++ b/.idea/fileTemplates/EJS - Alee Productions.ejs
@@ -5,13 +5,16 @@
<% include ./includes/header %>
</head>
-<body>
+<body class="dark">
<% include ./includes/navbar %>
+ <div class="animsition">
<div class="jumbotron special-color">
<h2 class="display-4">Title</h2>
<p class="lead">Description.</p>
</div>
+ <% include ./includes/scripts %>
<% include ./includes/footer %>
+ </div>
</body>
</html> \ No newline at end of file