This commit is contained in:
2020-08-10 16:17:06 -04:00
commit 00b0b88eed
32 changed files with 14251 additions and 0 deletions

18
src/index.html Normal file
View File

@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<base href="/">
<title>Pelican Landing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/logo.png">
<link href="" rel="stylesheet">
</head>
<body class="mat-typography">
<app-root>
<img src="/assets/logo.png" alt="Pelican Landing" style="position: absolute; left: 50vw; top: 50vh; transform: translate(-50%, -50%);">
</app-root>
</body>
</html>