mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Merge pull request #16 from rdworth/examples_doctype
Examples: Uncommented out doctype in a few example html files to avoid qu
This commit is contained in:
commit
0d8fdabe23
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