project page fixes

This commit is contained in:
2023-06-30 01:57:12 +05:00
parent 73630d4bb6
commit de5879069b
8 changed files with 214 additions and 61 deletions

View File

@ -1,13 +1,11 @@
<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>
<section class="main">
<h1>hello admin</h1>
</section>
<!-- <iframe src="/reg" frameborder="0"></iframe> -->
<%- include('./reg.ejs') %>
<%- include('./static/end.ejs') %>