Skip to content

Instantly share code, notes, and snippets.

@devopsec
Last active May 21, 2016 17:52
Show Gist options
  • Save devopsec/7f9e8316e394725c898de9254da36f3c to your computer and use it in GitHub Desktop.
Save devopsec/7f9e8316e394725c898de9254da36f3c to your computer and use it in GitHub Desktop.
Script Warriors Game
<!--Script Warriors Instructions
Created By: DevOpSec-->
$(document).ready(function () {
});
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/polymer/0.5.6/polymer.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment