add basic skeleton for site

This commit is contained in:
2024-04-08 19:03:46 -05:00
commit 225889c24a
6 changed files with 1934 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>showbridge</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<link href="assets/css/tailwind.css" rel="stylesheet" />
</head>
<body class="h-screen w-screen flex flex-col justify-center items-center">
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge"> </a>
<div class="flex"></div>
</body>
</html>