duo-labs / webauthn.io

The source code for webauthn.io, a demonstration of WebAuthn.
https://webauthn.io
BSD 3-Clause "New" or "Revised" License
645 stars 120 forks source link

Add explicit DOCTYPE to the base template #54

Closed kevinreddot closed 1 year ago

kevinreddot commented 2 years ago

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.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

MasterKale commented 1 year ago

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