Update test.html
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user