mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-19 06:25:12 +00:00
11 lines
212 B
HTML
11 lines
212 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Other Page</title>
|
|
</head>
|
|
<body>
|
|
<a href="./other-page.html" target="_blank" id="open_new_window">Open new window</a>
|
|
</body>
|
|
</html> |