mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-26 03:53:59 +00:00
Deploy to GitHub pages
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>hi there!</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script type="module" crossorigin src="./app.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./app.css">
|
||||
</head>
|
||||
|
||||
<body class="h-screen bg-gray-50">
|
||||
<div class="flex items-center justify-between h-screen px-8 py-16 mx-auto min-w-max max-w-7xl">
|
||||
<h1 class="text-3xl font-extrabold tracking-tight text-gray-900">hi there!</h1>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user