https://github.com/bbqsrc/htmlconsole
An HTML console implementation
https://github.com/bbqsrc/htmlconsole
Last synced: 12 months ago
JSON representation
An HTML console implementation
- Host: GitHub
- URL: https://github.com/bbqsrc/htmlconsole
- Owner: bbqsrc
- Created: 2011-11-28T03:04:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-02T11:44:26.000Z (about 14 years ago)
- Last Synced: 2024-12-31T21:12:01.004Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HtmlConsole
A console implementation in JavaScript and HTML. Does not require jQuery or any other library!
## Usage
It's very easy to use, just add this to your page before any other scripts:
<script src="htmlconsole.js"></script>
And it should just work!