Skip to content

Commit

Permalink
Commit from GitHub Actions (Frontend PR validation)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent fb397b9 commit 08a0d8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions canopeum_frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/favicon.ico"
>
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
/>
<title>Releaf</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
>
/>
<link
href="https://unpkg.com/[email protected]/dist/maplibre-gl.css"
rel="stylesheet"
>
/>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
>
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin
>
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
>
/>
</head>

<body>
Expand Down

0 comments on commit 08a0d8e

Please sign in to comment.