1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2025-02-15 11:42:32 +01:00
MaiMaiDXNet/views/index.ejs

36 lines
974 B
Plaintext

<% var rootPath='../' ; %>
<%- include(rootPath + 'templates/header.ejs' ); %>
<% if (params.serverType===0) { %>
<script>
window.serverType = 0;
</script>
<% } else { %>
<script>
window.serverType = 1;
</script>
<% } %>
<div id="loginContent">
<h1>MaiDXNet</h1>
<h5>Total Users Registered: <%= params.totalUsers %>
</h5>
<h4>Please Input your 20 Digit Access Code.</h4>
<form id="myForm">
<input type="text" name="myInput" minlength="20" maxlength="20" placeholder="0000011111222223333344444" required>
<button type="submit">Submit</button>
</form>
<script type="text/javascript" src="/javascript/login.js"></script>
</div>
<div id="loginContent">
<details>
<summary>
<h4>Issue Log:</h4>
</summary>
<h5>
- Site Is Not Complete<br>
- Artemis does not Support Memorial Photos, though that is coming.<br>
UI Jackets Have Now been fixed, please redl segapaser and rerun music.js.</h5>
</details>
</div>
</body>
</html>