mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
10 lines
268 B
HTML
10 lines
268 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript> <!-- anchor linking to external file --> <a href="https://www.mozilla.org/">External Link</a> </noscript>
|
||
|
<a href="https://www.mozilla.org/">External Link</a>
|
||
|
</body>
|
||
|
</html>
|