Revision 71263ec0d30542a559cac096eea7b7dd496ecc6b authored by Chris Dumez on 19 August 2016, 20:40:15 UTC, committed by Domenic Denicola on 19 August 2016, 20:40:15 UTC
Re-sync Canvas API in html/dom/interfaces.html with the latest HTML specification.
1 parent 2f92336
Raw File
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top