Revision 5e154a7451be83d810cc522274564d5caafe782a authored by Simon Pieters on 29 April 2016, 09:45:52 UTC, committed by Simon Pieters on 29 April 2016, 09:45:52 UTC
This tests https://github.com/whatwg/html/pull/1120.
1 parent 1252887
Raw File
serve
#!/usr/bin/env python
import serve

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