mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
16 lines
253 B
HTML
16 lines
253 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
foo
|
|
<script type="text/javascript">
|
|
setTimeout(function () {
|
|
window.location = 'bar://page'
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|