updated license and copyright, fixed github button

This commit is contained in:
Kevin Froman 2017-03-28 12:03:42 -05:00
parent 9b0bcd5492
commit f3ad2426f0
No known key found for this signature in database
GPG Key ID: 36698DB39DA54065
2 changed files with 8 additions and 2 deletions

View File

@ -2,8 +2,11 @@
<html>
<head>
<meta charset='utf-8'>
<!-- Copyright (c) 2017 Kevin Froman MIT (expat) license -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Snow2</title>
<meta name='description' content="Perform Whitespace steganography with encryption and zero width characters">
<meta name='author' content='Kevin Froman'>
<title>Snow2</title>
<link rel="stylesheet" href="./bootstrap.min.css">
<link rel="stylesheet" href="./bootstrap-theme.min.css">
<link rel="stylesheet" href="./font-awesome.min.css">
@ -15,7 +18,7 @@
</head>
<body>
<a href="https://github.com/you"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
<a href="https://github.com/beardog108/snow2/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
<div class="modal fade" id="outputModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">

View File

@ -1,3 +1,6 @@
/*
Copyright (c) 2017 Kevin Froman MIT (expat) license
*/
var clipboard = new Clipboard('.btn');
var zero = '';