2014-git-work/javascript/jtalk/jtalk.html

24 lines
545 B
HTML
Raw Normal View History

2012-08-28 23:37:07 +09:00
<!DOCTYPE html>
<!--
Copyright (c) 2011 kou029w
Licensed under the MIT License.
http://kou029w.appspot.com/mit-license.txt
-->
<html>
<head>
<title>jTalk</title>
<meta charset='utf-8'>
<script src='http://www.google.com/jsapi'></script>
<script>google.load('jquery','1.6');</script>
<script src='src/jtalk.js'></script>
<link rel='stylesheet' type='text/css' href='src/jtalk.css' />
</head>
<body>
<h1>jTalk</h1>
<input id='input_text'>
<div id='output'>
<audio id='output_voice' autoplay></audio>
</div>
</body>
</html>