mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-04 09:21:30 +08:00
12 lines
187 B
HTML
12 lines
187 B
HTML
<html>
|
|
<head>
|
|
<title>Sample Anchor</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="file.html#anchor">Click Me!</a></p>
|
|
<p>
|
|
<a name="jumphere"></a>Here's a destination to jump to.
|
|
</p>
|
|
</body>
|
|
</html>
|