You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
491 B
HTML
20 lines
491 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title> @@@ilinχ </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<button id="ilinx" onClick="goto()" name="ilinx">ilinx</button>
|
|
</body>
|
|
<script type="text/javascript">
|
|
|
|
var items = ['','',''];
|
|
|
|
function goto(){
|
|
var item = items[Math.floor(Math.random() * items.length)];
|
|
window.location.href = item;
|
|
}
|
|
</script>
|
|
</html> |