This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fa2a0dc779
factor
/
basis
/
http
/
test
/
foo.html
2 lines
85 B
HTML
Raw
Normal View
History
Unescape
Escape
add DOCTYPE html in most places. 4ef4235 started it. This is also good for html emails like in extra/webapps/mason/backend/watchdog/watchdog.factor . I just grepped for "<html>".
2017-01-05 11:14:33 -05:00
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>
Hello
<
/
title
>
<
/
head
>
<
body
>
HTTPd test
<
/
body
>
<
/
html
>