Skip to content
Snippets Groups Projects
Commit 64b35434 authored by Diego Sampaio's avatar Diego Sampaio
Browse files

force add title to page on links

parent 4c0e50d4
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,13 @@
<h1 style="color:#000">test</h1>
<p style="color:#000">Talk to us.</p>
<a href="#page-0">page 0</a><br>
<a href="#page-1">page 1</a><br>
<a href="#page-2">page 2</a><br>
<a href="#page-3">page 3</a><br>
<a href="#page-4">page 4</a><br>
<a href="#page-5">page 5</a><br>
<a href="#page-6">page 6</a><br>
<a href="#page-0" onclick="document.title='page-0'">page 0</a><br>
<a href="#page-1" onclick="document.title='page-1'">page 1</a><br>
<a href="#page-2" onclick="document.title='page-2'">page 2</a><br>
<a href="#page-3" onclick="document.title='page-3'">page 3</a><br>
<a href="#page-4" onclick="document.title='page-4'">page 4</a><br>
<a href="#page-5" onclick="document.title='page-5'">page 5</a><br>
<a href="#page-6" onclick="document.title='page-6'">page 6</a><br>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment