mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-04 20:10:19 +02:00
[automated] update diyhrt.market
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
<link rel="manifest" href="static/favicon/site.webmanifest%3Fv=2.html">
|
||||
<link rel="manifest" href="static/favicon/site.webmanifest%3Fv=2">
|
||||
<link rel="mask-icon" href="static/favicon/safari-pinned-tab.svg%3Fv=2" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="static/favicon/favicon.ico%3Fv=2">
|
||||
<meta name="apple-mobile-web-app-title" content="DIYHRT.Market">
|
||||
@@ -46,11 +47,10 @@
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="index.html" class="nav-link px-2 text-white">Home</a></li>
|
||||
<li><a href="meds/products/index.html" class="nav-link px-2 text-white">Products</a></li>
|
||||
<li><a href="stores/index.html" class="nav-link px-2 text-white">Stores</a></li>
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
</ul>
|
||||
<form method="GET" action="meds/products/index.html" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="name__icontains" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
@@ -68,7 +68,7 @@
|
||||
<h2>Login</h2>
|
||||
<p>Please login to see this page.</p>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="kn5nIayFiWcOPsy1LEWfQDkX7sRAOqZOrtQloka3aOjvAFPbRINYGHnyvYie14JT">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="qbeL7Pjg3rgsWwbjUOuAk0bZ2OnQyELMpJCIfEE9BKZTiB2uk48lzliACruAlZLJ">
|
||||
<div class="mb-3"><label class="visually-hidden" for="id_username">Username</label><input type="text" name="username" autofocus autocapitalize="none" autocomplete="username" maxlength="150" class="form-control" placeholder="Username" required id="id_username"></div><div class="mb-3"><label class="visually-hidden" for="id_password">Password</label><input type="password" name="password" autocomplete="current-password" class="form-control" placeholder="Password" required id="id_password"></div>
|
||||
<button class="btn btn-primary w-100">Submit</button>
|
||||
<input type="hidden" name="next" value="/profile">
|
||||
@@ -96,6 +96,8 @@ DIYHRT.Market 2022
|
||||
</footer>
|
||||
</div>
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
|
||||
Reference in New Issue
Block a user