remove old test file

This commit is contained in:
John Shaver 2019-03-26 11:14:03 -07:00
부모 3df69322c9
커밋 bd3b04050f
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제

파일 보기

@ -1,12 +0,0 @@
<html>
<head>
<script type="text/javascript" src="./index.js"></script>
<script type="text/javascript" src="./test.js"></script>
</head>
<body>
<div>
<count-ele id="count" count="1" ></count-ele>
<button onclick="buttonPress();">+1</button>
</div>
</body>
</html>