updated text
This commit is contained in:
parent
db4aa3c014
commit
40edfe94c8
@ -43,7 +43,8 @@
|
|||||||
<div class='page-header'>
|
<div class='page-header'>
|
||||||
<h1 class='center'>Snow2 ☃</h1>
|
<h1 class='center'>Snow2 ☃</h1>
|
||||||
</div>
|
</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'>
|
<div id='dataArea'>
|
||||||
<textarea id='text' placeholder=''></textarea>
|
<textarea id='text' placeholder=''></textarea>
|
||||||
</div>
|
</div>
|
||||||
@ -64,6 +65,7 @@
|
|||||||
<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>
|
||||||
</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>
|
<script src='./main.js'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user