Guest User

index.html

a guest
Aug 26th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3.      xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  4. >
  5.     <head>
  6.         <script type="text/javascript" src="./ample/runtime.js"></script>      
  7.         <script type="text/javascript" src="./ample/languages/xhtml/xhtml.js"></script>
  8.         <script type="text/javascript" src="./ample/languages/xul/xul.js"></script>    
  9.         <script type="text/javascript" src="./ample/cultures/ru-RU.js"> </script>      
  10.         <link type="text/ample+css"   href="./ample/languages/xul/themes/default/style.css" rel="stylesheet"/>     
  11.     </head>
  12.     <body>
  13.     <script type="application/ample+xml" src="app.xml"></script>
  14.     <script type="application/ample+xml" src="dialog.xml"></script>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment