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.
12 lines
215 B
12 lines
215 B
2 years ago
|
<!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>
|