Skip to content

Instantly share code, notes, and snippets.

@langolf
Last active July 10, 2024 14:10
Show Gist options
  • Save langolf/03ded837c7bdaa48bd119d3a46e376a6 to your computer and use it in GitHub Desktop.
Save langolf/03ded837c7bdaa48bd119d3a46e376a6 to your computer and use it in GitHub Desktop.
dates
{
"scripts": [],
"styles": []
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Document</title>
</head>
<body>
<h1>header</h1>
<script
type="module"
src="script.js"
></script>
</body>
</html>
import dayjs from 'dayjs';
console.log('aa');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment