mirror of
https://github.com/typst/typst
synced 2025-07-18 18:13:02 +08:00
12 lines
246 B
HTML
12 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div><span id="this">This</span></div>
|
|
<p><a href="#this">Go</a></p>
|
|
</body>
|
|
</html>
|