secmsg/secmsg/static/app.html

26 lines
718 B
HTML

<!DOCTYPE html>
<!--
this file is part of secmsg, and is licensed under the AGPL.
please see the terms of the license in the file LICENSE.
copyright 2023 randomuser
-->
<html>
<link rel="stylesheet" href="main.css"></style>
<body>
<div id="chatview">
<div id="messagebox">
</div>
<div id="inputcontainer">
<input type="text" id="inputform"></input>
</div>
</div>
<div id="loginview">
<a href="dummy.html">?</a>
<input type="text" id="passwordform" placeholder="enter room code..."></input>
</div>
</body>
<script src="sjcl.js"></script>
<script src="main.js"></script>
</html>