replaced cdns with local version and removed legal disclaimer (not applicable ever since we removed remote code)

This commit is contained in:
Kevin Froman 2017-03-28 11:09:11 -05:00
parent 9db37d28c9
commit 75b74da03e
No known key found for this signature in database
GPG Key ID: 36698DB39DA54065
13 changed files with 2710 additions and 7 deletions

5
bootstrap-theme.min.css vendored Normal file

File diff suppressed because one or more lines are too long

5
bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

7
bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

7
clipboard.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
fonts/FontAwesome.otf Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,12 +4,12 @@
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Snow2</title> <title>Snow2</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> <link rel="stylesheet" href="./bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous"> <link rel="stylesheet" href="./bootstrap-theme.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" integrity="sha384-MI32KR77SgI9QAPUs+6R7leEOwtop70UsjEtFEezfKnMjXWx15NENsZpfDgq8m8S" crossorigin="anonymous"> <link rel="stylesheet" href="./font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script> <script src="./jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script> <script src="./bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.10/clipboard.min.js" integrity="sha384-f7wOtFps7eeIwcPoS0BT08o/onjsbd16QnjQmOoqVIimY7dzcSzfDU/htuPJlTFX" crossorigin="anonymous"></script> <script src="./clipboard.min.js"></script>
<script src='./aes.min.js'></script> <script src='./aes.min.js'></script>
<link rel='stylesheet' href='./theme.min.css'> <link rel='stylesheet' href='./theme.min.css'>
@ -58,7 +58,6 @@
</span> </span>
<button id='go' class='btn btn-success btn-lg dataItem'>Go</button> <button id='go' class='btn btn-success btn-lg dataItem'>Go</button>
</div> </div>
<footer class='center'><br>By using this service you agree to our <a href='/legal/'>terms</a>.</footer>
</div> </div>
<script src='./main.js'></script> <script src='./main.js'></script>
</body> </body>

5
jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long