mirror of
https://github.com/typst/typst
synced 2025-05-13 12:36:23 +08:00
21 lines
562 B
HTML
21 lines
562 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="https://example.com/">https://example.com/</a>
|
|
</p>
|
|
<p>
|
|
<a href="https://typst.org/">Some text text text</a>
|
|
</p>
|
|
<p>
|
|
This link appears <a href="https://google.com/">in the middle of</a> a paragraph.
|
|
</p>
|
|
<p>
|
|
Contact <a href="mailto:hi@typst.app">hi@typst.app</a> or call <a href="tel:123">123</a> for more information.
|
|
</p>
|
|
</body>
|
|
</html> |