generated from Uninen/vite-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 930 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html class="h-full" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShipSaaS Integration System LLC</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta property="og:title" content="ShipSaaS Integration LLC">
<meta property="og:description" content="ShipSaaS focuses on delivering exceptional helpers and libraries to assist you in building and enhancing your next SaaS products. Specializing in PHP & Laravel">
<meta property="og:image" content="https://iili.io/HrZ8hdJ.jpg">
<meta property="og:type" content="website">
</head>
<body class="h-full">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>
<p>This site requires JavaScript to work.</p>
</noscript>
</body>
</html>