IPost/views/index.de.html
Florian Krottendorfer 031a4f9f82 🌐 Language update from LingoHub 🤖
Project Name: IPost
Project Link: https://translate.lingohub.com/ipost-dot-tk/dashboard/ipost
User: Florian Krottendorfer

Easy language translations with LingoHub 🚀
2022-09-28 18:32:27 +00:00

23 lines
1.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html><html lang="" dir="ltr"><head></head>
<body> <%- newrelic %>
<style>
<%- globalcss %>
<%- loadfile("./css/logon.css") %>
</style><script async><%- loadfile("./js/index.js") %></script><script async>
<%- warnmessagejs %>
</script>
<%- cookiebanner %>
<%- navbar %> <header><h1 class="noselect">IPost</h1>
</header>
<main>
<form id="login_form" class="form_class" action="login" method="post">
<div class="info_div"> IPost is a revolutionary <a href="https://github.com/002Hub/IPost">open source</a> chatting website <br/>
featuring an innovative design<br/><br/><br/> <div id="NoAccount" style="display:none;"><span>Do you not have an account? <a href="register">Register now!</a></span><br/><br/><span>Do you already have an account? <a href="login">Login now!</a></span><br/><br/></div>
<div id="HasAccount" style="display:none;"><span>Here to chat? <a href="posts">Chat now!</a></span><br/><br/><span>Just want a quick look at your profile? <a href="user">your profile</a></span><br/><br/></div>
</div>
</form>
</main>
<footer> Are you a developer that wants to work with our API? You can find the documentation   <a href="/api/documentation/">here</a></footer>
</body>
</html>