webauthn.io icon indicating copy to clipboard operation
webauthn.io copied to clipboard

Add explicit DOCTYPE to the base template

Open kevinreddot opened this issue 2 years ago • 1 comments

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.

kevinreddot avatar Apr 07 '22 05:04 kevinreddot

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 07 '22 05:04 CLAassistant

<!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.

MasterKale avatar Sep 26 '22 20:09 MasterKale