Barnabus
4f488aca55
Change the `doctype` to be lowercase to be consistent with the rest of the code base. ( #1624 )
2018-11-05 09:44:00 +08:00
Barnabus
af23ac2256
Remove type attribute from HTML script tag to be consistent with the rest of the codebase. ( #1623 )
...
The `<script>` tag is used to define a client-side script (JavaScript). The "type" attribute is required in HTML 4, but optional in HTML5.
2018-11-05 09:35:24 +08:00
Barnabus
f83cdb357e
Fix typos ( #1625 )
2018-11-05 09:13:17 +08:00
Barnabus
6be9b5437b
Change HTML link tags to use HTML5 syntax. ( #1621 )
...
The `<link>` element is an empty element, it contains attributes only. In HTML5 the `<link>` tag has no end tag. In XHTML the `<link>` tag must be properly closed.
2018-11-01 21:48:26 +08:00
Barnabus
6f7fe487b3
Change HTML input tags to use HTML5 syntax. ( #1617 )
...
In XHTML, the <input> tag must be properly closed, like this `<input />`. In HTML5 the `<input>` tag has no ending slash. https://www.w3schools.com/tags/tag_input.asp
2018-11-01 16:05:40 +08:00
Manu Mtz-Almeida
eed6d93095
Better stats in realtime-advanced
2015-05-14 18:16:00 +02:00
Manu Mtz-Almeida
286d775de6
Updates realtime-advanced
2015-05-14 17:01:02 +02:00
Manu Mtz-Almeida
e7adcaf591
Cosmetic changes in realtime-advanced
2015-05-14 04:39:17 +02:00
Manu Mtz-Almeida
a8b9e2d8d6
Updates realtime-advanced demo
2015-05-13 20:54:54 +02:00
Manu Mtz-Almeida
7149009a84
Fixed some bug in realtime-advanced demo
2015-05-13 17:34:42 +02:00
Manu Mtz-Almeida
1f11541011
Updates realtime-advanced demo
2015-05-13 16:44:44 +02:00
Manu Mtz-Almeida
3fb8a25a21
Adds realtime-advanced demo
2015-05-13 02:35:16 +02:00