add json func
This commit is contained in:
5
~/HTML/README.md
Normal file
5
~/HTML/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# HTML
|
||||
|
||||
- [favicons.html](favicons.html)
|
||||
- [anchors.html](anchors.html) - Пример использования якоря на странице
|
||||
- [humans.txt](humans.txt)
|
3
~/HTML/anchors.html
Normal file
3
~/HTML/anchors.html
Normal 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
9
~/HTML/favicons.html
Normal 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
10
~/HTML/humans.txt
Normal 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
|
Reference in New Issue
Block a user