Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <link rel="shortcut icon" href="images/icon.png">
  6. <meta charset='utf-8'>
  7. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  8. <meta name="viewport" content="width=640" />
  9.  
  10. <link rel="stylesheet" href="../../stylesheets/core.css" media="screen"/>
  11. <link rel="stylesheet" href="../stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
  12. <link rel="stylesheet" href="../stylesheets/pygment_trac.css"/>
  13. <link rel="stylesheet" href="../stylesheets/test.css"/>
  14.  
  15. <script type="text/javascript" src="../javascripts/modernizr.js"></script>
  16. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  17. <script type="text/javascript" src="../javascripts/headsmart.min.js"></script>
  18. <script type="text/javascript">
  19. $(document).ready(function () {
  20. $('#main_content').headsmart()
  21. })
  22. </script>
  23.  
  24. <title>Semantic Network</title>
  25. </head>
  26. <h1><a href="network.html" id="header";>Semantic network</a></h1>
  27.  
  28. <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement