Skip to content

Commit cda4a0f

Browse files
authored
Create read.ejs
1 parent 6c17e31 commit cda4a0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

views/read.ejs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<link rel="stylesheet" href="/styles.css">
3+
<body>
4+
<div class="container">
5+
<h2 id="messages"></h2>
6+
<p id="id" style="display:none"><%= locals.id %></p>
7+
<p id="code" style="display:none"><%= locals.code %></p>
8+
</div>
9+
</body>
10+
<script src="/decrypt.js"></script>
11+
</html>

0 commit comments

Comments
 (0)