🌐 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 🚀
This commit is contained in:
Florian Krottendorfer
2022-09-28 18:32:27 +00:00
parent 8fe5a00164
commit 031a4f9f82
42 changed files with 1022 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>User | IPost</title>
</head>
<body onload="setuser()" class="bg-dark"> <%- newrelic %>
<style>
<%- globalcss %>
<%- loadfile("./css/style.css") %>
</style><script type="text/javascript" async>
<%- httppostjs %>
<%- warnmessagejs %>
<%- loadfile("./js/user.js") %>
</script>
<%- cookiebanner %>
<%- navbar %> <header><h1>Welcome Back!</h1>
</header>
<main>
<div class="form_class info_div totib">
<h2 id="user">User: USER</h2><br/><img id="avatarimg" width="100" height="100"/><br/><br/><h4 id="userBio">Bio: </h4><br/><button onclick="logout()">Logout</button></div>
</main>
<footer> Are you a developer that wants to work with our API? You can find the documentation   <a href="/api/documentation/">here</a><br/><a href="/PrivacyPolicy">Our PrivacyPolicy</a><br/><a href="/ToS">Our Terms of Service</a><br/></footer><style media="screen" id="userstyle"></style></body>
</html>