Home Static Dropdown Pong Addon

Dropdown terminal

WTerminal is installed on this site as a dropdown/quake style terminal.

How to use the terminal:

How to add the terminal to a site:

Add the CSS and JavaScript files to your site header:
<link rel="stylesheet" href="css/wterminal.css" />
<script src="js/wterminal.js"></script>

Then add a script ellement with:
WTerminal.instalDropdownTerminal(); Or new WTerminal("dropdown", null, null);