aboutsummaryrefslogtreecommitdiff
path: root/views/plurality.ejs
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-05-27 15:11:40 +0200
committerMinteck <contact@minteck.org>2022-05-27 15:11:40 +0200
commit7d1c7859cdbdbd2407426ac6c72e501bab1dd47b (patch)
treedb81b1903a0238af89f6ad76c33aa0fc7b651005 /views/plurality.ejs
parent02d6c9e573f4827940b688d9320bbde4e481ea77 (diff)
parentdfd7f291f1d3c14a883cd412aff55f0f525b6dec (diff)
downloadvaportrail-7d1c7859cdbdbd2407426ac6c72e501bab1dd47b.tar.gz
vaportrail-7d1c7859cdbdbd2407426ac6c72e501bab1dd47b.tar.bz2
vaportrail-7d1c7859cdbdbd2407426ac6c72e501bab1dd47b.zip
Merge branch 'mane' of https://git.equestria.dev/equestria.dev/vaportrail into mane
Diffstat (limited to 'views/plurality.ejs')
-rw-r--r--views/plurality.ejs28
1 files changed, 28 insertions, 0 deletions
diff --git a/views/plurality.ejs b/views/plurality.ejs
new file mode 100644
index 0000000..02f2af0
--- /dev/null
+++ b/views/plurality.ejs
@@ -0,0 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Equestria.dev Developers
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+<%- include("./partials/header.ejs", {title: "Home"}) %>
+
+<script src="/assets/plurality.js"></script>
+<%- include("./partials/footer.ejs") %> \ No newline at end of file