forked from precious/bash_minifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
25 lines (24 loc) · 690 Bytes
/
Copy pathtemplate.html
File metadata and controls
25 lines (24 loc) · 690 Bytes
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
<html>
<head>
<title>Bash Minifier</title>
<meta charset="utf-8">
<style>
.small {
font-size:small;
}
</style>
</head>
<body>
<h1>Bash Scripts Minifier</h1>
<form method="POST" action="/">
<textarea name="user_source" rows="40" cols="100">%(user_source)s</textarea>
<br>
<input type="submit" value="Minify"/>
</form>
<textarea rows="40" cols="100">%(processed_source)s</textarea>
<br><br>
<div class="small"><a href="https://github.com/precious/bash_minifier">Source code</a> on GitHub</div>
<div class="small">please report problems to vs.kulaga (at) gmail.com</div>
<!-- 3 -->
</body>
</html>