Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 267 Bytes

This somewhat simple test displays a Hello World message.

And here is the code:

<script>
    $(document).ready(function() { 
      alert('Hello world!');   
    });
</script>

Copyright 2014 by Terrill Francis Thompson and ttwin. Some rights reserved.