-
Notifications
You must be signed in to change notification settings - Fork 53
/
index.html
46 lines (43 loc) · 1.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="zh-CN">
<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>TTS</title>
<link href="public/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="public/css/global.css" rel="stylesheet">
<script src="public/jquery/jquery-1.11.3.min.js"></script>
<script src="public/js/content.js?v=2"></script>
</head>
<body>
<div align="center" style="margin-top: 20px">
<img src="doc/LogoMakr_2OC8au.png" width="300px">
</div>
<div class="container" style="margin-top: 40px">
<div class="row">
<div class="col-md-5">
<textarea class="form-control" rows="15" id="input-textarea"></textarea>
</div>
<div class="col-md-2">
<div class="btn-group-vertical" role="group">
<button type="button" class="btn btn-default" id="add-space-btn" style="margin-top: 150px; margin-bottom: 40px ">添加空格</button>
<button type="button" class="btn btn-default" id="convert-pic-btn" style="margin-bottom: 150px">转换图片引用</button>
</div>
</div>
<div class="col-md-5">
<textarea class="form-control" rows="15" id="output-textarea"></textarea>
</div>
</div>
</div>
<footer class="bs-docs-footer">
<div class="container">
<div><a href="https://github.com/CyC2018/Text-Typesetting">GitHub 仓库</a></div>
<p>本项目源码受 <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT </a>开源协议保护,文档受
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a> 开源协议保护。
</p>
</div>
</footer>
<script src="public/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>