Skip to content

Commit 4799c70

Browse files
committed
feat: Added markup for popup.
1 parent 8f8cd66 commit 4799c70

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,28 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<style>
6+
label, button {
7+
display: block;
8+
}
9+
</style>
510
</head>
611
<body>
712

813
<h1>chrome-proxy</h1>
914

15+
16+
<label> scheme: <input/> </label>
17+
<label> host: <input/> </label>
18+
<label> port: <input/> </label>
19+
20+
21+
<button>set</button>
22+
<button>clear</button>
23+
24+
25+
<p></p>
26+
1027
<script src="app.js"></script>
1128
</body>
1229
</html>

0 commit comments

Comments
 (0)