updated text

This commit is contained in:
Kevin Froman 2017-03-28 13:56:33 -05:00
parent db4aa3c014
commit 40edfe94c8
No known key found for this signature in database
GPG Key ID: 36698DB39DA54065
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,8 @@
<div class='page-header'>
<h1 class='center'>Snow2 ☃</h1>
</div>
<p>Snow2 is a simple web app for converting text to white-space characters, which you can hide in text files or other documents. It is inspired by the <a href='http://darkside.com.au/snow/'>original program</a> published in 1998.</p>
<p>Snow2 is a simple web app for converting text to whitespace characters, which can be hidden in normal messages.</p>
<p>It is inspired by the <a href='http://darkside.com.au/snow/'>original program</a> published in 1998.</p>
<div id='dataArea'>
<textarea id='text' placeholder=''></textarea>
</div>
@ -64,6 +65,7 @@
<button id='go' class='btn btn-success btn-lg dataItem'>Go</button>
</div>
</div>
<footer class='center'>made with <i class='fa fa-heart'></i> by <a href='https://chaoswebs.net/'>Beardog</a></footer>
<script src='./main.js'></script>
</body>
</html>