-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 943 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html lang="en" class="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<title>Might be my new portfolio</title>
</head>
<body class="bg-gray-900">
<h1 class="text-4xl text-center text-blue-500">
Testing TailwindCSS on my website
</h1>
<h2 class="text-2xl text-center text-blue-700">
This is a test with TailwindCSS that should work
</h2>
<p1 class="text-2xl text-left text-blue-300 indent-8">
Welcome to my website</p1>
<iframe src="https://discord.com/widget?id=1329595988972798023&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" style="margin-left: 32px;" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>