puzzle/views/admin.ejs

13 lines
262 B
Plaintext

<style>
iframe{
width: 100%;
}
</style>
<%- include('./static/start.ejs',{name:"admin",async: true}) %>
<%- include('./header.ejs') %>
<h1>hello admin</h1>
<iframe src="/reg" frameborder="0"></iframe>
<%- include('./static/end.ejs') %>