Agregada instruccion para reiniciar tablas de horarios.
[CLab.git] / include / dompdf / www / test / remote.html
blob65b80b7eddc6ab77e657fbf0a1f79b8068694604
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <link rel="stylesheet" href="http://www.digitaljunkies.ca/dompdf/style.css" type="text/css"/>
6 <style>
7 #content {
8 margin: 0.25in;
9 width: 100%;
11 </style>
12 </head>
13 <body>
14 <div id="content">
15 <h2>Remote CSS &amp; Image Test</h2>
16 <h3>CSS: <a href="http://www.digitaljunkies.ca/dompdf/style.css">www.digitaljunkies.ca/dompdf/style.css</a></h3>
17 <p>Testing remote image: <img src="http://www.digitaljunkies.ca/dompdf/images/title.gif"/></p>
18 <p>Note: DOMPDF_ENABLE_REMOTE must be enabled for this test to work.</p>
19 </div>
20 </body>
21 </html>