6 Commits

Author SHA1 Message Date
Barnabus
7f6ddf2fb2 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-04 11:56:11 +13:00
Barnabus
6c0566e2b8 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-04 11:56:11 +13:00
田欧
f45c928a15 chore: use http.Status* instead of hard code (#1482) 2018-08-14 09:51:56 +08:00
田欧
0681715dda add Makefile for example (#951) 2017-06-15 20:07:42 -05:00
Manu Mtz-Almeida
4797530476 Fixes example code 2015-05-26 12:15:43 +02:00
Manu Mtz-Almeida
15b0c49da5 Adds realtime-chat example code 2015-05-12 19:23:54 +02:00