Skip to content

Instantly share code, notes, and snippets.

@nickeforsberg
Created June 14, 2024 11:37
Show Gist options
  • Save nickeforsberg/3e02eb625673c987b88cea56267ee73c to your computer and use it in GitHub Desktop.
Save nickeforsberg/3e02eb625673c987b88cea56267ee73c to your computer and use it in GitHub Desktop.
muurikka
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
lightorange: '#F09137',
darkbrown: '#352822',
}
}
}
}
</script>
<title>Muurikka - Orginalet i ny tappning</title>
</head>
<body>
<h1>Welcome to my HTML5 Page</h1>
<p>This is a standard HTML5 page.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment