Skip to content

Instantly share code, notes, and snippets.

@dgundi
Created November 6, 2013 00:40
Show Gist options
  • Select an option

  • Save dgundi/7328964 to your computer and use it in GitHub Desktop.

Select an option

Save dgundi/7328964 to your computer and use it in GitHub Desktop.
Hello World custom app js call page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hello world second page</title>
<script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="//cdn.worldsecuresystems.com/bcapi/bcapi-0.0.1.min.js"></script>
</head>
<body>
<p class="message">Second page, <a href="index.html">go back</a> to the landing page.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment