31 lines
977 B
HTML
31 lines
977 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="/fancy-pages/css/style.css">
|
|
</head>
|
|
<body data-theme="auto">
|
|
<header id="section-header">
|
|
<div class="row"></div>
|
|
</header>
|
|
<section id="section-title">
|
|
<div class="row">
|
|
<h1 id="title"></h1>
|
|
</div>
|
|
<div class="row flex">
|
|
<div id="breadcrumb"></div>
|
|
<div class="search-wrapper">
|
|
<input id="filter" type="text" placeholder="Search..." >
|
|
<span class="search-icon"></span>
|
|
<button class="close-search">
|
|
<span class="close-icon"></span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section id="section-content">
|
|
<div class="row">
|