65 lines
3.3 KiB
HTML
65 lines
3.3 KiB
HTML
<!Doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<title>Edit Book List</title>
|
|
|
|
<link rel="stylesheet" href="css/m-light.css" id="pagestyle"/>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700,700i%7CSource+Code+Pro:400,400i,600" />
|
|
<meta name="theme-color" content="#cb4b16" id="pagecolor"/>
|
|
|
|
<link href="css/custom.css" rel="stylesheet">
|
|
<link href="css/slick-theme.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<nav id="navigation">
|
|
<div class="m-container">
|
|
<div class="m-row">
|
|
<a href="" id="m-navbar-brand" class="m-col-t-9 m-col-m-none m-left-m"></a>
|
|
<a id="m-navbar-show" href="#navigation" title="Show navigation"
|
|
class="m-col-t-3 m-hide-m m-text-right"></a>
|
|
<a id="m-navbar-hide" href="#" title="Hide navigation" class="m-col-t-3 m-hide-m m-text-right"></a>
|
|
<div id="m-navbar-collapse" class="m-col-t-12 m-show-m m-col-m-none m-right-m">
|
|
<div class="m-row">
|
|
<ol class="m-col-t-6 m-col-m-none">
|
|
<li><a href="#">Katalog</a></li>
|
|
<li><a href="#">(1) Warenkorb</a></li>
|
|
</ol>
|
|
<ol class="m-col-t-6 m-col-m-none" start="4">
|
|
<li>
|
|
<a href="#">Mein Account</a>
|
|
<ol>
|
|
<li><a href="#">Meine Bestellungen</a></li>
|
|
<li><a href="#">Adressen & Konten</a></li>
|
|
<li><a href="#">Abmelden</a></li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
<ol class="m-col-t-6 m-col-m-none" start="6">
|
|
<li>
|
|
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
|
|
<ol>
|
|
<li>Dark Theme
|
|
<div class="onoffswitch">
|
|
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" onchange="changeTheme()">
|
|
<label class="onoffswitch-label" for="myonoffswitch">
|
|
<span class="onoffswitch-inner"></span>
|
|
<span class="onoffswitch-switch"></span>
|
|
</label>
|
|
</div>
|
|
</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header> |