소스 검색

Update 'src/background.html'

Unminify for readability
coldiary 4 년 전
부모
커밋
b21d054fca
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      src/background.html

+ 8
- 1
src/background.html 파일 보기

@@ -1 +1,8 @@
1
-<html><head><script src="scripts/background.js"></script></head><body><textarea id="sandbox"></textarea></body></html>
1
+<html>
2
+  <head>
3
+    <script src="scripts/background.js"></script>
4
+  </head>
5
+  <body>
6
+    <textarea id="sandbox"></textarea>
7
+  </body>
8
+</html>