summaryrefslogtreecommitdiff
path: root/htdocs/public/index.ejs
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-04 13:14:41 +0100
committerMinteck <contact@minteck.org>2021-12-04 13:14:41 +0100
commitdbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 (patch)
treefc1ef63efc15ac1e8c0e49ab9b1b3d296a67ed82 /htdocs/public/index.ejs
parente618c3f52c1c4ae161650679cda24eecbba579bb (diff)
downloadrainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.gz
rainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.bz2
rainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.zip
New stuff
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r--htdocs/public/index.ejs8
1 files changed, 5 insertions, 3 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs
index a004f52..65b8e49 100644
--- a/htdocs/public/index.ejs
+++ b/htdocs/public/index.ejs
@@ -1,7 +1,7 @@
<% global.title = lang.main.page; %>
<%- include(`${private}/header.ejs`) %>
-<a href="/TODO">TODO</a>
+<a href="/TODO">TODO</a> (<%- slang %>)
<div id="intro" style="height:100vh;display:flex;align-items: center;justify-content: center;margin: -20px;">
<div style="text-align: center;">
@@ -212,11 +212,12 @@
<div style="text-align: center;">
<h2><%- lang.main.about.archives.title %></h2>
<h3><%- lang.main.about.archives.description %></h3>
- <a href="<%- slang %>/archive" class="big-button big-button-bg2"><%- lang.main.about.archives.action %> →</a>
+ <a href="/<%- slang %>/archive" class="big-button big-button-bg2"><%- lang.main.about.archives.action %> →</a>
</div>
<div style="text-align: center;">
<h2><%- lang.main.about.general.title %></h2>
<h3><%- lang.main.about.general.description %></h3>
+ <a href="/<%- slang %>/me" class="big-button big-button-bg2"><%- lang.main.about.general.action %> →</a>
</div>
<div style="text-align: center;">
<h2><%- lang.main.about.history.title %></h2>
@@ -239,7 +240,8 @@
fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.git/HEAD").toString().trim().substr(5)).toString().trim().substr(0, 8) %></a>
· <a target="_blank" href="https://gitlab.minteck.org/minteck/sattelite"><%- lang.global.source %></a> ·
<a
- href="<%- slang %>/legal"><%- lang.global.legal %></a> · <a href="https://account.minteck.org"><%- lang.global.account %></a> · <a
+ href="/<%- slang %>/legal"><%- lang.global.legal %></a> · <a
+ href="/<%- slang %>/metranslator"><%- lang.metranslator.title %></a> · <a href="https://account.minteck.org"><%- lang.global.account %></a> · <a
href="https://kartik.minteck.org/online">Kartik Online</a> · <a
href="https://unchained.minteck.org">UnchainedTech</a> · <a href="https://source.minteck.org">Minteck
Trunk</a>