IPost/views/posts.fr.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

16 lines
621 B
HTML

<!doctype html><html lang="" dir="ltr"><head><meta charset="utf-8"/>
<title>Postes</title>
</head>
<body> <div id="loading" class="status"><h1>Chargement...</h1> <br/> </div>
<div id="noaccount" style="display:none;" class="status">
<h1>Erreur</h1>
<h2></h2> <br/></div>
<div id="scriptonly" style="display:none;" ondrop="dropHandler(event)">
<div class="self"> <div class="files" id="filesDiv"></div>
</div>
<div class="channelTab" id="channelTab">
</div>
<div class="posts" id="posts">
</div>
</div><script async><%- loadfile("./js/posts.js") %></script></body>
</html>