PageRenderTime 42ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/lab/2011/empty-url/bg-empty-url-link.php

https://github.com/saviola07/lifesinger.github.com
PHP | 16 lines | 12 code | 4 blank | 0 comment | 0 complexity | df85d870683ec2e9f6d4ba0d3fac2028 MD5 | raw file
  1. <?php header('Cache-Control:no-cache'); ?>
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8"/>
  6. <title>test</title>
  7. <link rel="stylesheet" href="bg-empty-url-link.css"/>
  8. </head>
  9. <body>
  10. <p>test background url() link</p>
  11. </body>
  12. </html>