mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
40 lines
948 B
HTML
40 lines
948 B
HTML
<. include!("../components/headers.html"); .> <. include!("nav/index.html"); .>
|
|
|
|
<section class="page-content">
|
|
<section class="search-and-user">
|
|
<form>
|
|
<input type="search" placeholder="Search Pages..." />
|
|
<button type="submit" aria-label="submit form">
|
|
<svg aria-hidden="true">
|
|
<use xlink:href="#search"></use>
|
|
</svg>
|
|
</button>
|
|
</form>
|
|
<div class="admin-profile">
|
|
<span class="greeting">Hello Batman</span>
|
|
<div class="notifications">
|
|
<span class="badge">1</span>
|
|
<svg>
|
|
<use xlink:href="#users"></use>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="grid">
|
|
<article></article>
|
|
<article></article>
|
|
<article></article>
|
|
<article></article>
|
|
<article></article>
|
|
<article></article>
|
|
<article></article>
|
|
<article>
|
|
|
|
|
|
</article>
|
|
|
|
</section>
|
|
</section>
|
|
|
|
<. include!("../components/footers.html"); .>
|