Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. print $cgi->start_html(
  2. -lang=>'en-GB',
  3. -dtd=>'yes',
  4. -title=>'Devel project 2 - university',
  5. -style=>{'src'=>['/code/style.css','/code/anytimec.css']},
  6. -script=>[
  7. {
  8. -type => 'text/javascript',
  9. -src => '/code/jquery-1.4.4.min.js',
  10. },
  11. {
  12. -type => 'text/javascript',
  13. -src => '/code/jquery.tinyTips.js',
  14. },
  15. {
  16. -type => 'text/javascript',
  17. -src => '/code/siteScript.js',
  18. },
  19. {
  20. -type => 'text/javascript',
  21. -src => '/code/anytimec.js',
  22. },
  23. {
  24. -type => 'text/javascript',
  25. -src => '/code/calScript.js',
  26. },
  27. ],
  28. -head=> [
  29. $cgi->meta(
  30. {
  31. -http_equiv => 'Content-Type',
  32. -content => 'text/html;charset=UTF-8'
  33. }
  34. ),
  35. $hint{meta}
  36. ],
  37. );
Add Comment
Please, Sign In to add comment