Skip to content

Instantly share code, notes, and snippets.

@vsemozhetbyt
Last active February 24, 2016 06:27
Show Gist options
  • Save vsemozhetbyt/d7135dac03d6dfc8967d to your computer and use it in GitHub Desktop.
Save vsemozhetbyt/d7135dac03d6dfc8967d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>Save WordSpy.com</title>
<style>
body * {margin-bottom: 10px; font-family: monospace;}
label {white-space: pre;}
input[type='file'] {outline: black solid 1px;}
button {margin-left: 10px;}
#info {
outline: black solid 1px; padding: 5px;
height: 12em; white-space: pre-wrap; overflow: auto;
}
iframe {width: 100%;}
</style>
</head>
<body>
<label>TOC File: <input id='tocFile' type='file'></label><br>
<label>Output Directory: <input id='outputDir' type='file' nwdirectory></label>
<button id='save'>Save</button><br>
<div id='info'></div>
<audio id='audio' volume='1' src='file:///c:/WINDOWS/Media/Windows Ringin.wav'></audio>
<iframe id='browser' src='about:blank' nwdisable nwfaketop></iframe>
<script src='WordSpy.get_dic.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment