Skip to content

Commit 33dd878

Browse files
save file
1 parent 8c8faad commit 33dd878

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
3+
4+
<!DOCTYPE html>
5+
6+
7+
<html lang=en>
8+
9+
<head>
10+
<meta charset=utf-8>
11+
12+
<title>
13+
popup.hmtl
14+
</title>
15+
16+
<script src=popup.js></script>
17+
18+
<style>
19+
20+
html
21+
{width:780px;height:590px}
22+
23+
body
24+
{margin:8px;height:calc(100% - 16px);display:flex;flex-direction:column;gap:20px;box-sizing:border-box}
25+
26+
input
27+
{font-size:16px;padding:5px 10px;box-sizing:border-box}
28+
29+
textarea
30+
{font-size:16px;padding:10px;flex:1;box-sizing:border-box}
31+
32+
33+
</style>
34+
</head>
35+
36+
<body>
37+
38+
<input value=run type=button>
39+
40+
<textarea></textarea>
41+
42+
</body>
43+
44+
</html>
45+
46+

0 commit comments

Comments
 (0)