Skip to content

Commit d5ed2ef

Browse files
committed
first commit
0 parents  commit d5ed2ef

File tree

11 files changed

+2067
-0
lines changed

11 files changed

+2067
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
.port

chrome-extension/devtools.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>DevTools Logs</title>
6+
</head>
7+
<body>
8+
<!-- DevTools extension script -->
9+
<script src="devtools.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)