1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-05-12 00:46:33 +02:00
anywhere/tests/test_ancre.html

13 lines
194 B
HTML
Raw Normal View History

2016-04-28 03:13:37 +02:00
<!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>