mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Examples: Uncommented out doctype in a few example html files to avoid quirks mode
This commit is contained in:
parent
7622b3bdaf
commit
10e36f98ee
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- <!DOCTYPE html> -->
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- <!DOCTYPE html> -->
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- <!DOCTYPE html> -->
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
|
Loading…
Reference in a new issue