init
This commit is contained in:
5
src/assets/css/styles.css
Normal file
5
src/assets/css/styles.css
Normal file
@@ -0,0 +1,5 @@
|
||||
@tailwind base;
|
||||
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
||||
17
src/index.html
Normal file
17
src/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Tailwind Starter Template</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<link href="./assets/css/styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="min-h-screen flex items-center justify-center">
|
||||
<h1 class="text-5xl text-purple-500 font-sans">Greetings.</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user