Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-parcel-boilerplate. tailwindcss-parcel-boilerplate.netlify.com
Something went wrong. Try again.
544 B · 14 lines
HTML
at master
123456789101112131415<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="./assets/css/index.css"> <title>tailwindcss-parcel-boilerplate</title> </head> <body class="flex items-center justify-center min-h-screen font-sans text-white bg-cover bg-special"> <include src="./partials/header.html"></include> <script src="./assets/js/index.js"></script> </body></html>