mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-24 14:29:02 +00:00
add basic skeleton for site
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user