Some stuff working
This commit is contained in:
21
index.html
Normal file
21
index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body class="bg-grey p-8">
|
||||
<h1 class="txt-cyan text-3xl font-bold underline">
|
||||
<div class="flex flex-row space-x-8">
|
||||
<div class="outline-8 p-2">
|
||||
<img class="" src="assets/ida_blue.png" />
|
||||
</div>
|
||||
<div>
|
||||
<img class=""src="assets/title.png" />
|
||||
</div>
|
||||
</div>
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user