forked from daviddengcn/patch-ext
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoptions.html
More file actions
25 lines (23 loc) · 858 Bytes
/
options.html
File metadata and controls
25 lines (23 loc) · 858 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="options.css">
<title>Git Patch Viewer</title>
</head>
<body>
<section>
<h1 id='h1-page-title'><img id='img-logo' src='patch-ext-48x48.png'/><span id='span-page-title'></span></h1>
<article>
<span id='span-cur-to' class="group-label">Patterns<br><span class="small">JavaScript regular expression for auto-rendering URLs</span></span>
<textarea id='ta-patterns'></textarea>
</article>
<article class="footer">
Last updated 2019-11-08
| <a href="https://github.com/dlavati/patch-ext" target="_blank">Source Code</a>
| Developed by David Lavati based on <a href="https://github.com/daviddengcn/patch-ext" target="_blank">daviddengcn/patch-ext</a>
</article>
</section>
<script src="options.js"></script>
</body>
</html>