Update test.html

This commit is contained in:
vkservicesllc
2018-11-06 19:39:07 -05:00
committed by GitHub
parent 4492f02815
commit 51847ea2fe

View File

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