Changed from astro to pure solidjs
This commit is contained in:
parent
3203e91c5a
commit
e85dc60101
76 changed files with 2281 additions and 3843 deletions
23
index.html
Normal file
23
index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="/" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<meta name="name" content="OCBO e-Sign" />
|
||||
<meta name="description" content="Digital Signature added for OCBO (Office of the City Building Official)" />
|
||||
<meta name="title" property="og:title" content="OCBO e-Sign" />
|
||||
<meta name="keywords" content="HTML, CSS, JavaScript" />
|
||||
<meta name="author" content="Patrick Alvin Alcala" />
|
||||
<meta property="og:description" content="Digital Signature added for OCBO (Office of the City Building Official)" />
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
|
||||
<title>OCBO e-Sign</title>
|
||||
</head>
|
||||
|
||||
<body class="body">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/layouts/Layout.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue