1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title></title>
</head>
<body>
<h1></h1>
<div id="formats"></div>
<textarea id="input" style="width: 480px; height: 100px;">asdf</textarea>
<pre id="output" style="white-space: pre-wrap;"></pre>
<noscript>
This Page requires JAVASCRIPT to interactivly convert text you enter into sylized unicode text.<br/>
It does not contact the server and can work 100% offline.<br/>
It is licensed under the AGPLv3.0</noscript>
<script src="Convert.js" type="text/javascript"></script>
<script src="Ui.js" type="text/javascript"></script>
</body>
</html>