File: /home/frenchy/www/french-american.org/current/node_modules/uglyfly-js/demo/demo.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UglyflyJS Basic Demo</title>
<link rel="stylesheet" type="text/css" href="demo.css">
</head>
<body>
<div id="bodywrap">
<h3>Options</h3>
<label class="option">
<span class="label-text">JavaScript Input Filepath</span>
<input type="text" id="inpJsInputFilepath" placeholder="JavaScript Input Filepath"/>
</label>
<label class="option">
<span class="label-text">JavaScript Output Filepath</span>
<input type="text" id="inpJsOutputFilepath" placeholder="JavaScript Output Filepath"/>
</label>
<label class="option">
<span class="label-text">SourceMap Output Filepath</span>
<input type="text" id="inpSourceMapOutputFilepath" placeholder="SourceMap Output Filepath"/>
</label>
<h3>Input JavaScript</h3>
<textarea id="taJsInputCode" placeholder="\\Input JavaScript"></textarea>
<input type="button" id="btnMinify" value="minify" />
<input type="button" id="btnBeautify" value="beautify" />
<h3>Output JavaScript</h3>
<textarea readonly id="taJsOutputCode" placeholder="\\Output JavaScript"></textarea>
<h3>Output SourceMap</h3>
<textarea readonly id="taOutputSourceMap" placeholder="Output SourceMap"></textarea>
</div>
<script data-main="demo.js" src="vendor/require.js"></script>
</body>
</html>