mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
15 lines
532 B
HTML
15 lines
532 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://raw.githubusercontent.com/Boshen/oxc-assets/main/oxc.ico">
|
|
</head>
|
|
<body>
|
|
<script type="module" src="./src/index.js"></script>
|
|
|
|
<a href="playground/" >Playground</a>
|
|
</body>
|
|
</html>
|