mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
correcting "DTD" and iframe fix for firefox
This commit is contained in:
parent
dbcd6a21ce
commit
67bb459f17
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE HTML>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" style="height : 100%;">
|
<td valign="top" style="height : 100%;">
|
||||||
<div id="text">
|
<div id="text">
|
||||||
<iframe id="page" src="./pages/index.html"></iframe>
|
<iframe id="page" name="page" src="./pages/index.html"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue