Skip to content

terrill/GitHub-Test-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.