1.1
Browse files- mid-to-wav.html +16 -16
mid-to-wav.html
CHANGED
|
@@ -17,21 +17,21 @@
|
|
| 17 |
<meta name="apple-touch-fullscreen" content="yes" />
|
| 18 |
<meta name="robots" content="index, follow" />
|
| 19 |
<meta name="googlebot" content="index, follow" />
|
| 20 |
-
<meta property="og:image" content="./d-framework/
|
| 21 |
-
<link rel="icon" type="image/png" sizes="512x512" href="./d-framework/
|
| 22 |
-
<link rel="apple-touch-icon" type="image/png" sizes="512x512" href="./d-framework/
|
| 23 |
-
<link rel="icon" type="image/png" sizes="192x192" href="./d-framework/icon/192/
|
| 24 |
-
<link rel="apple-touch-icon" type="image/png" sizes="192x192" href="./d-framework/
|
| 25 |
<link rel="icon" type="image/png" sizes="144x144" href="./d-framework/icon/144/favicon.png" />
|
| 26 |
-
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="./d-framework/
|
| 27 |
-
<link rel="icon" type="image/png" sizes="96x96" href="./d-framework/
|
| 28 |
-
<link rel="apple-touch-icon" type="image/png" sizes="96x96" href="./d-framework/
|
| 29 |
-
<link rel="icon" type="image/png" sizes="72x72" href="./d-framework/
|
| 30 |
-
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="./d-framework/
|
| 31 |
-
<link rel="icon" type="image/png" sizes="48x48" href="./d-framework/
|
| 32 |
-
<link rel="apple-touch-icon" type="image/png" sizes="48x48" href="./d-framework/
|
| 33 |
-
<link rel="icon" type="image/png" sizes="36x36" href="./d-framework/
|
| 34 |
-
<link rel="apple-touch-icon" type="image/png" sizes="36x36" href="./d-framework/
|
| 35 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" />
|
| 36 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1/font/bootstrap-icons.css" />
|
| 37 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
| 125 |
<div id="home" class="d-flex position-fixed z-3 w-100 boxdbshadow hidden-print">
|
| 126 |
|
| 127 |
<img type="button" title="MENU" data-bs-toggle="offcanvas" data-bs-target="#offcanvasmenu"
|
| 128 |
-
aria-controls="offcanvasmenu" src="
|
| 129 |
class="img-thumbnail rounded-0 border-0 p-0 bg-hover bg-light" width="56" height="50" />
|
| 130 |
|
| 131 |
<div class="form-floating flex-grow-1 rounded-0 border-0 text-uppercase">
|
|
@@ -192,7 +192,7 @@
|
|
| 192 |
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
| 193 |
<div class="col-md-4 d-flex align-items-center">
|
| 194 |
<a class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
|
| 195 |
-
<img class="bg-warning rounded-3" src="
|
| 196 |
width="50" height="50" alt="logo" />
|
| 197 |
|
| 198 |
</a>
|
|
|
|
| 17 |
<meta name="apple-touch-fullscreen" content="yes" />
|
| 18 |
<meta name="robots" content="index, follow" />
|
| 19 |
<meta name="googlebot" content="index, follow" />
|
| 20 |
+
<meta property="og:image" content="./d-framework/iconn/512/favicon.png" />
|
| 21 |
+
<link rel="icon" type="image/png" sizes="512x512" href="./d-framework/iconn/512/favicon.png" />
|
| 22 |
+
<link rel="apple-touch-icon" type="image/png" sizes="512x512" href="./d-framework/iconn/512/favicon.png" />
|
| 23 |
+
<link rel="icon" type="image/png" sizes="192x192" href="./d-framework/icon/192/faviconn.png" />
|
| 24 |
+
<link rel="apple-touch-icon" type="image/png" sizes="192x192" href="./d-framework/iconn/192/favicon.png" />
|
| 25 |
<link rel="icon" type="image/png" sizes="144x144" href="./d-framework/icon/144/favicon.png" />
|
| 26 |
+
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="./d-framework/iconn/144/favicon.png" />
|
| 27 |
+
<link rel="icon" type="image/png" sizes="96x96" href="./d-framework/iconn/96/favicon.png" />
|
| 28 |
+
<link rel="apple-touch-icon" type="image/png" sizes="96x96" href="./d-framework/iconn/96/favicon.png" />
|
| 29 |
+
<link rel="icon" type="image/png" sizes="72x72" href="./d-framework/iconn/72/favicon.png" />
|
| 30 |
+
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="./d-framework/iconn/72/favicon.png" />
|
| 31 |
+
<link rel="icon" type="image/png" sizes="48x48" href="./d-framework/iconn/48/favicon.png" />
|
| 32 |
+
<link rel="apple-touch-icon" type="image/png" sizes="48x48" href="./d-framework/iconn/48/favicon.png" />
|
| 33 |
+
<link rel="icon" type="image/png" sizes="36x36" href="./d-framework/iconn/36/favicon.png" />
|
| 34 |
+
<link rel="apple-touch-icon" type="image/png" sizes="36x36" href="./d-framework/iconn/36/favicon.png" />
|
| 35 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" />
|
| 36 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1/font/bootstrap-icons.css" />
|
| 37 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
| 125 |
<div id="home" class="d-flex position-fixed z-3 w-100 boxdbshadow hidden-print">
|
| 126 |
|
| 127 |
<img type="button" title="MENU" data-bs-toggle="offcanvas" data-bs-target="#offcanvasmenu"
|
| 128 |
+
aria-controls="offcanvasmenu" src="./d-framework/iconn/144/favicon.png"
|
| 129 |
class="img-thumbnail rounded-0 border-0 p-0 bg-hover bg-light" width="56" height="50" />
|
| 130 |
|
| 131 |
<div class="form-floating flex-grow-1 rounded-0 border-0 text-uppercase">
|
|
|
|
| 192 |
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
| 193 |
<div class="col-md-4 d-flex align-items-center">
|
| 194 |
<a class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
|
| 195 |
+
<img class="bg-warning rounded-3" src="./d-framework/iconn/144/favicon.png"
|
| 196 |
width="50" height="50" alt="logo" />
|
| 197 |
|
| 198 |
</a>
|