oxc/website/index.html
2024-07-14 13:38:35 +08:00

15 lines
529 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The JavaScript Oxidation Compiler">
<title>Oxc - The JavaScript Oxidation Compiler</title>
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/square.ico">
</head>
<body>
<script type="module" src="./src/index.js"></script>
<a href="playground/" >Playground</a>
</body>
</html>