Closed ImNimboss closed 3 years ago
Every HTML5 file starts with <!DOCTYPE html> as its first line to indicate its HTML5, why doesn't popup/index.html?
<!DOCTYPE html>
popup/index.html
Not necessary because it's just for the popup of extension
Mmh the last time I forgot to put a doctype some of my document functions didn't work, if it works fine everywhere then leave it ig
Every HTML5 file starts with
<!DOCTYPE html>
as its first line to indicate its HTML5, why doesn'tpopup/index.html
?