This commit is contained in:
Oliver Davies 2023-02-15 07:56:04 +00:00
parent 0ad2dafa89
commit 3da19375f6
5 changed files with 458 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="build/tailwind.css"
</head>
<body>
<h1 class="text-3xl lg:text-5xl">Hello, World!</h1>
</body>
</html>