You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
StoreTry/StoreMain.html

11 lines
215 B

<!DOCTYPE html>
<html>
<body>
<h1>StoreTry</h1>
<div>
<button onclick="document.location='but1'">Press me</button></div>
<div><button onclick="document.location='but2'">Press me too</button>
</div>
</body>
</html>