mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
Update view markups for HTML5
This commit: - removes obsolate frameborder scrolling attributes from iframe replacing them with inline style - correct values for inline width/height for embedded iframe - adds lang attr - sort order of the head elements: see e.g. https://git.io/vNfEF - update GA insline script to their shortest version and async/deferred script, see: https://git.io/vNfuU - use unbuffered comments so there is no output in transpiled html Thanks!
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
footer
|
||||
.container.text-center
|
||||
p.pull-left © 2018 Company, Inc. All Rights Reserved
|
||||
iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px")
|
||||
|
||||
iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" width="90" height="20" style="margin-top:15px; border: 0; overflow: hidden;")
|
||||
|
||||
Reference in New Issue
Block a user