Update test.html

This commit is contained in:
vkservicesllc
2018-11-06 19:40:25 -05:00
committed by GitHub
parent 51847ea2fe
commit 7952927841

View File

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