summarylogtreecommitdiffstats
path: root/tailwind.txt
blob: 877a8b8d9cea2fd202c34c61f0a373fd02d355f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>

<head>
    <title>
        webFinit
    </title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="https://cdn.tailwindcss.com"></script>
</head>

<body>
    <h1 class="text-3xl font-bold underline">
        Your Project Created
    </h1>
</body>

</html>