소스 검색

add some reposity

night-cherry 1 개월 전
부모
커밋
1f7d3a0d20
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/sample.html

+ 2 - 1
pages/sample.html

@@ -11,7 +11,8 @@
         display: none;
     }
 </style>
-<script src="../utils/sample.js" type="module"></script>
+<script src="../utils/sample.js"></script>
+<!-- <script src="../utils/sample.js" type="module"></script> -->
 <body>
     <h3>sample</h3>
     <h1>Hello, World!</h1>