remove old test file
This commit is contained in:
parent
3df69322c9
commit
bd3b04050f
1 changed files with 0 additions and 12 deletions
12
test.html
12
test.html
|
@ -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>
|
|
Loading…
Reference in a new issue