Skip to content

Commit f67d8c3

Browse files
author
martinmeerAT
committed
feat() change endpoint to api.otk-help, add manifest for favicon
1 parent bc6a134 commit f67d8c3

File tree

12 files changed

+40
-101
lines changed

12 files changed

+40
-101
lines changed

.phcode.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

STYLE-GUIDE.md

Whitespace-only changes.

bootstrap-test.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

html/classed-size.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1414

15-
<link rel="icon" href="https://tebx.ru/favicon.png" type="image/png">
15+
16+
<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
17+
<link rel="icon" href="images/favicons/icon.svg" type="image/svg+xml">
18+
<link rel="apple-touch-icon" href="images/favicons/apple.png"> <!-- 180×180 -->
19+
<link rel="manifest" href="manifest.webmanifest">
20+
1621
<link href="../css/styles18.css" rel="stylesheet">
1722
<link rel="stylesheet" href="../css/styles.css">
1823
<script src="../js/bootstrap.bundle.min.js"></script>

html/facets.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1414

15-
<link rel="icon" href="https://tebx.ru/favicon.png" type="image/png">
15+
16+
<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
17+
<link rel="icon" href="images/favicons/icon.svg" type="image/svg+xml">
18+
<link rel="apple-touch-icon" href="images/favicons/apple.png"> <!-- 180×180 -->
19+
<link rel="manifest" href="manifest.webmanifest">
20+
1621
<link href="../css/styles18.css" rel="stylesheet">
1722
<link rel="stylesheet" href="../css/styles.css">
1823
<script src="../js/bootstrap.bundle.min.js"></script>

html/m-thread.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1414

15-
<link rel="icon" href="https://tebx.ru/favicon.png" type="image/png">
15+
<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
16+
<link rel="icon" href="images/favicons/icon.svg" type="image/svg+xml">
17+
<link rel="apple-touch-icon" href="images/favicons/apple.png"> <!-- 180×180 -->
18+
<link rel="manifest" href="manifest.webmanifest">
19+
1620
<link href="../css/styles18.css" rel="stylesheet">
1721
<link rel="stylesheet" href="../css/styles.css">
1822
<script src="../js/bootstrap.bundle.min.js"></script>

html/menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<aside class="menu">
1+
aside class="menu">
22
<ul>
33
<li>
44
<a href="../index.html" class="menu-button">
@@ -10,4 +10,4 @@
1010
<li><a href="../html/ost22.html" class="menu-button">ОСТ 1 00022-81</a></li>
1111
<li><a href="../html/facets.html" class="menu-button">Расчет фасок</a></li>
1212
</ul>
13-
</aside>
13+
</aside>

html/ost22.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1414

15-
<link rel="icon" href="https://tebx.ru/favicon.png" type="image/png">
15+
<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
16+
<link rel="icon" href="images/favicons/icon.svg" type="image/svg+xml">
17+
<link rel="apple-touch-icon" href="images/favicons/apple.png"> <!-- 180×180 -->
18+
<link rel="manifest" href="manifest.webmanifest">
19+
1620
<link href="../css/styles18.css" rel="stylesheet">
1721
<link rel="stylesheet" href="../css/styles.css">
1822
<script src="../js/bootstrap.bundle.min.js"></script>

html/ost225.html

Lines changed: 0 additions & 76 deletions
This file was deleted.

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
<link rel="preconnect" href="https://fonts.googleapis.com">
55
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
66
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
7-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
7+
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"-->
88
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
99

10+
<link rel="icon" href="favicon.ico"> <!-- 32×32 -->
11+
<link rel="icon" href="images/favicons/icon.svg" type="image/svg+xml">
12+
<link rel="apple-touch-icon" href="images/favicons/apple.png"> <!-- 180×180 -->
13+
<link rel="manifest" href="manifest.webmanifest">
14+
1015
<meta charset="UTF-8">
1116
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1217
<title>Ассистент контролера ОТК</title>

0 commit comments

Comments
 (0)