15 lines
388 B
HTML
15 lines
388 B
HTML
<!doctype html>
|
|
<title>Navigating to a text fragment anchor</title>
|
|
<script src="stash.js"></script>
|
|
<script src="force-load-at-top.js"></script>
|
|
<style>
|
|
p#target {
|
|
margin: 2000px 0px 2000px 0px;
|
|
}
|
|
</style>
|
|
<!-- This page is loaded with the force-load-at-top Document-Policy header -->
|
|
<body>
|
|
<p>Top of page</p>
|
|
<p id="target">target</p>
|
|
<p id="history">history</p>
|
|
</body>
|