Updated website
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="/">
|
||||
<title>Pelican Landing</title>
|
||||
<base href="/">
|
||||
<title>Pelican Landing</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
|
||||
<link rel="icon" type="image/png" href="/assets/logo.png">
|
||||
<link href="" rel="stylesheet">
|
||||
<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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user