add json func

This commit is contained in:
2022-04-03 09:04:24 +03:00
parent 909cd73762
commit a42013753a
39 changed files with 83 additions and 0 deletions

5
~/HTML/README.md Normal file
View File

@ -0,0 +1,5 @@
# HTML
- [favicons.html](favicons.html)
- [anchors.html](anchors.html) - Пример использования якоря на странице
- [humans.txt](humans.txt)

3
~/HTML/anchors.html Normal file
View File

@ -0,0 +1,3 @@
<p><a name="top"></a></p>
<p>...</p>
<p><a href="#top">Наверх</a></p>

9
~/HTML/favicons.html Normal file
View File

@ -0,0 +1,9 @@
<head>
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180×180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="120×120" href="favicon-120x120.png">
<link rel="icon" type="image/png" sizes="32×32" href="favicon-32×32.png">
<link rel="icon" type="image/png" sizes="16×16" href="favicon-16×16.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="site.webmanifest">
</head>

10
~/HTML/humans.txt Normal file
View File

@ -0,0 +1,10 @@
/* SITE */
Last Updated: Thu JNov 18 01:24 AM MSK 2021
Components: Null
/* TEAM */
Chef: Alexander Popov
Contacts: iiiypuk [at] iiiypuk.me
Twitter: @_iiiypuk
Ko-Fi: iiiypuk
From: Russia