mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 11:34:02 +00:00
panel layout
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<. include!("../components/headers.html"); .> <.# include!("svg.html"); .>
|
||||
<. include!("style.html"); .>
|
||||
<. include!("nav/index.html"); .>
|
||||
<. include!("../components/headers.html"); .> <. include!("nav/index.html"); .>
|
||||
|
||||
<section class="page-content">
|
||||
<section class="search-and-user">
|
||||
@@ -13,7 +11,7 @@
|
||||
</button>
|
||||
</form>
|
||||
<div class="admin-profile">
|
||||
<span class="greeting">Hello admin</span>
|
||||
<span class="greeting">Hello Batman</span>
|
||||
<div class="notifications">
|
||||
<span class="badge">1</span>
|
||||
<svg>
|
||||
@@ -30,19 +28,12 @@
|
||||
<article></article>
|
||||
<article></article>
|
||||
<article></article>
|
||||
<article></article>
|
||||
<article>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</section>
|
||||
<footer class="page-footer">
|
||||
<span>made by </span>
|
||||
<a href="https://georgemartsoukos.com/" target="_blank">
|
||||
<img
|
||||
width="24"
|
||||
height="24"
|
||||
src="https://assets.codepen.io/162656/george-martsoukos-small-logo.svg"
|
||||
alt="George Martsoukos logo"
|
||||
/>
|
||||
</a>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<. include!("../components/footers.html"); .>
|
||||
|
||||
Reference in New Issue
Block a user