Advertisement
andruhovski

Template

Jan 14th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <title></title>
  6.     <meta charset="UTF-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9.     <script src="simple-list.js"></script>
  10. </head>
  11.  
  12. <body>
  13.     <button onclick="run_demo()">Run Demo</button>
  14.     <hr/>
  15.     <output id="result">
  16.        
  17.     </output>
  18.  
  19. </body>
  20.  
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement