1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-04-28 07:52:44 +02:00
anywhere/tests/test_ancre.html
François Vieille 77c56041c6 Add test page
2016-04-28 03:13:37 +02:00

13 lines
194 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test anywhere bookmaklet</title>
</head>
<body>
<h2>Test pour les ancres</h2>
<a href="#test1">#test1</a>
<a href="#test2">#test2</a>
</body>
</html>