diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/static/css/globalstyles.css | 2 | ||||
| -rw-r--r-- | app/views/index.ejs | 2 | ||||
| -rw-r--r-- | app/views/page.ejs | 2 | ||||
| -rw-r--r-- | app/views/partials/header.ejs | 2 | ||||
| -rw-r--r-- | app/views/partials/navbar.ejs | 2 | ||||
| -rw-r--r-- | app/views/purge.ejs | 2 | ||||
| -rw-r--r-- | app/views/rebuild.ejs | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/app/static/css/globalstyles.css b/app/static/css/globalstyles.css index 599c836..774c6ca 100644 --- a/app/static/css/globalstyles.css +++ b/app/static/css/globalstyles.css @@ -97,4 +97,4 @@ a { .box { border: solid 1px #fff; padding: 10px; -}
\ No newline at end of file +} diff --git a/app/views/index.ejs b/app/views/index.ejs index ca674f0..f47b830 100644 --- a/app/views/index.ejs +++ b/app/views/index.ejs @@ -15,4 +15,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/app/views/page.ejs b/app/views/page.ejs index 4422157..41ee1e2 100644 --- a/app/views/page.ejs +++ b/app/views/page.ejs @@ -17,4 +17,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/app/views/partials/header.ejs b/app/views/partials/header.ejs index 6582e36..6820afa 100644 --- a/app/views/partials/header.ejs +++ b/app/views/partials/header.ejs @@ -8,4 +8,4 @@ ███████ ███████ ██████ ██ ████ ██ ██ ██ ██ ██████ ██████ ██████ ██ ███████ ██ ██ ██████ ██ -</pre>
\ No newline at end of file +</pre> diff --git a/app/views/partials/navbar.ejs b/app/views/partials/navbar.ejs index 2664d48..ff0c84d 100644 --- a/app/views/partials/navbar.ejs +++ b/app/views/partials/navbar.ejs @@ -1,3 +1,3 @@ <div id="navbar"> <%- navbar %> -</div>
\ No newline at end of file +</div> diff --git a/app/views/purge.ejs b/app/views/purge.ejs index 54fc49b..04bae61 100644 --- a/app/views/purge.ejs +++ b/app/views/purge.ejs @@ -21,4 +21,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/app/views/rebuild.ejs b/app/views/rebuild.ejs index 62076cf..9f9cfaa 100644 --- a/app/views/rebuild.ejs +++ b/app/views/rebuild.ejs @@ -20,4 +20,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |
