diff options
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index 942ad1d..4521d5c 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -1,8 +1,6 @@ <% global.title = lang.main.page; %> <%- include(`${private}/header.ejs`) %> -<a href="/TODO">TODO</a> (<%- slang %>) - <div id="intro" style="background-image: url('/assets/main.jpg');background-repeat: no-repeat;background-position: center;background-size: contain;height:100vh;display:flex;align-items: center;justify-content: center;margin: -20px;"> <div style="text-align: center;"> <div style="position: relative;top: -40px;"> @@ -19,8 +17,8 @@ </div> </div> - <a class="scroller" href="#/main" style="display: block;position: absolute;bottom: 0;font-size: 32px;margin: 10px;"> - <p>↓</p></a> +<!-- <a class="scroller" href="#/main" style="display: block;position: absolute;bottom: 0;font-size: 32px;margin: 10px;">--> +<!-- <p>↓</p></a>--> </div> <div class="grid-3 stand dont-break-me" id="/main"> @@ -238,8 +236,7 @@ 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="/<%- slang %>/metranslator"><%- lang.metranslator.title %></a> · <a href="https://account.minteck.org"><%- lang.global.account %></a> · <a + href="/<%- slang %>/legal"><%- lang.global.legal %></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> |