mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
38 lines
963 B
HTML
38 lines
963 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
|
|
/>
|
|
<title>tsup</title>
|
|
<meta name="description" content="bundle typescript library with ease">
|
|
<!-- Stylesheet -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/@egoist/docup@1/dist/docup.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<!-- Script -->
|
|
<script src="https://unpkg.com/@egoist/docup@1/dist/docup.min.js"></script>
|
|
<!-- Start app -->
|
|
<script>
|
|
docup.init({
|
|
// ..options
|
|
navLinks: [
|
|
{
|
|
text: `GitHub`,
|
|
link: `https://github.com/egoist/tsup`
|
|
},
|
|
{
|
|
text: `❤️️ Sponsor`,
|
|
link: `https://github.com/sponsors/egoist`
|
|
}
|
|
]
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |