Created
June 14, 2024 11:37
-
-
Save nickeforsberg/3e02eb625673c987b88cea56267ee73c to your computer and use it in GitHub Desktop.
muurikka
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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