Advertisement
quantumech

Untitled

Jan 16th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 KB | None | 0 0
  1. <head>
  2.     <title>JQuery terminal test</title>
  3.  
  4.     <!-- Import JQuery terminal dependencies -->
  5.     <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  6.     <script src="https://unpkg.com/jquery.terminal@2.x.x/js/jquery.terminal.min.js"></script>
  7.     <link rel="stylesheet" href="https://unpkg.com/jquery.terminal@2.x.x/css/jquery.terminal.min.css"/>
  8. </head>
  9. <body id="terminal"> <!-- Setting <body>'s ID to "terminal" causes JQuery-Terminal to fill the entire page -->
  10.     <script>
  11.         $("#terminal").terminal()
  12.     </script>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement