mirror of
https://github.com/prise6/anywhere
synced 2026-03-15 02:15:44 +01:00
12 lines
194 B
HTML
12 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>
|