Skip to content

Commit

Permalink
add markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 21, 2024
1 parent 113e6f0 commit 20c5d48
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions tm.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -9,18 +10,26 @@
function passHashTags() {
const hashTags = window.location.hash;
if (hashTags) {
window.opener.location.href=`index.html${hashTags}`;
window.opener.location.href = `index.html${hashTags}`;
} else {
window.opener.location.href='index.html';
window.opener.location.href = 'index.html';
}
window.close();
}
</script>
</head>

<body>
<h1>Welcome to Page 1</h1>
<p>Click the button below to pass hashtags to Page 2.</p>
<iframe src="https://tasks.hotosm.org/projects/17833/" style="height:400px;width:100%;" title="Iframe Example"></iframe>
<iframe src="https://tasks.hotosm.org/projects/17833/" style="height:400px;width:100%;"
title="Iframe Example"></iframe>
<button onclick="passHashTags()">Go to Page 2</button>
<div id="link" markdown="1">

[sandbox4all](https://kaheetonaa.github.io/id_sandbox_for_all/)

</div>
</body>
</html>

</html>

0 comments on commit 20c5d48

Please sign in to comment.