fixed document view mode to standart
This commit is contained in:
parent
e628d10ec7
commit
1aa8a1bdff
|
@ -1,12 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<%- include('./static/start.ejs',{name:"admin",async: true}) %>
|
||||||
|
<%- include('./header.ejs') %>
|
||||||
<style>
|
<style>
|
||||||
section{
|
section{
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<%- include('./static/start.ejs',{name:"admin",async: true}) %>
|
|
||||||
<%- include('./header.ejs') %>
|
|
||||||
|
|
||||||
<h1 style="text-align: center;"><%= lang("hello admin") %></h1> <br>
|
<h1 style="text-align: center;"><%= lang("hello admin") %></h1> <br>
|
||||||
<section>
|
<section>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<%- include('./static/start.ejs',{name:'login',async: true}) %>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -8,7 +8,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<%- include('./static/start.ejs',{name:'login',async: true}) %>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="login-page">
|
<div class="login-page">
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<%- include('./static/start.ejs',{name:'main',async: true}) %>
|
||||||
|
<%- include('./header.ejs') %>
|
||||||
<style>
|
<style>
|
||||||
.drag{
|
.drag{
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
@ -40,8 +41,6 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<%- include('./static/start.ejs',{name:'main',async: true}) %>
|
|
||||||
<%- include('./header.ejs') %>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <script src="/lib/interact.min.js"></script> -->
|
<!-- <script src="/lib/interact.min.js"></script> -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user