diff options
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 8 |
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> |