webauthn.io
webauthn.io copied to clipboard
Add explicit DOCTYPE to the base template
Sets DOCTYPE html for HTML5 rendering.
Explicitly specifying DOCTYPE puts browser in standard rendering mode and is recommended by w3c: https://www.w3.org/QA/Tips/Doctype.
<!DOCTYPE html>
is set in the base template now, see https://github.com/duo-labs/webauthn.io/blob/master/_app/homepage/templates/homepage/base.html#L3
I'm going to close this out.