Skip to content

Commit 573216e

Browse files
committed
remove 'back to top' links
1 parent 9601f6e commit 573216e

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Below are the essential elements for any web document (websites/apps):
6464

6565
`initial-scale=1` - the initial zoom, 1 means no zoom
6666

67-
**[⬆ back to top](#table-of-contents)**
68-
6967
## Elements
7068

7169
Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `noscript`, and `base`.
@@ -104,8 +102,6 @@ These elements provide information for how a document should be perceived, and r
104102
</noscript>
105103
```
106104

107-
**[⬆ back to top](#table-of-contents)**
108-
109105
## Meta
110106

111107
```html
@@ -188,8 +184,6 @@ These elements provide information for how a document should be perceived, and r
188184
- 📖 [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use)
189185
- 📖 [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages)
190186

191-
**[⬆ back to top](#table-of-contents)**
192-
193187
## Link
194188

195189
```html
@@ -264,8 +258,6 @@ These elements provide information for how a document should be perceived, and r
264258

265259
- 📖 [Link Relations](https://www.iana.org/assignments/link-relations/link-relations.xhtml)
266260

267-
**[⬆ back to top](#table-of-contents)**
268-
269261
## Icons
270262

271263
```html
@@ -287,8 +279,6 @@ These elements provide information for how a document should be perceived, and r
287279
- 📖 [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet)
288280
- 📖 [Icons & Browser Colors](https://developers.google.com/web/fundamentals/design-and-ux/browser-customization/)
289281

290-
**[⬆ back to top](#table-of-contents)**
291-
292282
## Social
293283

294284
### Facebook Open Graph
@@ -399,7 +389,6 @@ Users share web pages to qq wechat will have a formatted message
399389
```
400390
- 📖 [Code Format Docs](http://open.mobile.qq.com/api/mqq/index#api:setShareInfo)
401391

402-
**[⬆ back to top](#table-of-contents)**
403392

404393
### Fediverse
405394

@@ -409,8 +398,6 @@ Some Fediverse software such as Mastodon allow you to put your Fediverse handle
409398
<meta name="fediverse:creator" content="@handle@example.org">
410399
```
411400

412-
**[⬆ back to top](#table-of-contents)**
413-
414401
## Browsers / Platforms
415402

416403
### Apple iOS
@@ -498,8 +485,6 @@ Minimum required xml markup for `browserconfig.xml`:
498485

499486
- 📖 [Browser configuration schema reference](https://msdn.microsoft.com/en-us/library/dn320426.aspx)
500487

501-
**[⬆ back to top](#table-of-contents)**
502-
503488
## Browsers (Chinese)
504489

505490
### 360 Browser
@@ -549,8 +534,6 @@ Minimum required xml markup for `browserconfig.xml`:
549534

550535
- 📖 [UC Browser Docs](https://www.uc.cn/download/UCBrowser_U3_API.doc)
551536

552-
**[⬆ back to top](#table-of-contents)**
553-
554537
## App Links
555538

556539
```html
@@ -570,30 +553,22 @@ Minimum required xml markup for `browserconfig.xml`:
570553

571554
- 📖 [App Links](https://developers.facebook.com/docs/applinks)
572555

573-
**[⬆ back to top](#table-of-contents)**
574-
575556
## Other Resources
576557

577558
- 📖 [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)
578559
- 📖 [HTML5 Boilerplate Docs: Extend and customize](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/extend.md)
579560

580-
**[⬆ back to top](#table-of-contents)**
581-
582561
## Related Projects
583562

584563
- [Atom HTML Head Snippets](https://github.com/joshbuchea/atom-html-head-snippets) - Atom package for `HEAD` snippets
585564
- [Sublime Text HTML Head Snippets](https://github.com/marcobiedermann/sublime-head-snippets) - Sublime Text package for `HEAD` snippets
586565
- [head-it](https://github.com/hemanth/head-it) - CLI interface for `HEAD` snippets
587566
- [vue-head](https://github.com/ktquez/vue-head) - Manipulating the meta information of the `HEAD` tag for Vue.js
588567

589-
**[⬆ back to top](#table-of-contents)**
590-
591568
## Other Formats
592569

593570
- 📄 [PDF](https://gitprint.com/joshbuchea/HEAD/blob/master/README.md)
594571

595-
**[⬆ back to top](#table-of-contents)**
596-
597572
## 🌐 Translations
598573

599574
- 🇮🇩 [Bahasa](https://github.com/rijdz/HEAD)
@@ -609,8 +584,6 @@ Minimum required xml markup for `browserconfig.xml`:
609584
- 🇹🇷 [Turkish/Türkçe](https://github.com/mkg0/HEAD)
610585
- 🇺🇦 [Ukrainian](https://github.com/Shramkoweb/HEAD)
611586

612-
**[⬆ back to top](#table-of-contents)**
613-
614587
## 🤝 Contributing
615588

616589
**Open an issue or a pull request to suggest changes or additions.**
@@ -664,5 +637,3 @@ Everything helps, thanks! 🙏
664637
## 📝 License
665638

666639
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
667-
668-
**[⬆ back to top](#table-of-contents)**

0 commit comments

Comments
 (0)