Update test.html

This commit is contained in:
vkservicesllc
2018-11-06 19:35:15 -05:00
committed by GitHub
parent dfacd58832
commit 118fa7cc7c

View File

@@ -13,7 +13,7 @@
</head>
<body>
<h5>This is test page</h5>
<button onclick="displayInfo()">Test Button</button>
<button type="button" onclick="displayInfo()">Test Button</button>
<div id="output"></div>
<script>
function displayInfo() {