]> Entropealabs - entropealabs.gitlab.io.git/commitdiff
add og tags
authorChristopher Coté <chris@entropealabs.com>
Fri, 13 Dec 2024 02:03:31 +0000 (21:03 -0500)
committerChristopher Coté <chris@entropealabs.com>
Fri, 13 Dec 2024 02:03:31 +0000 (21:03 -0500)
public/index.html

index 11393fd5de9cdbd4bba75e66145c855c54d4831a..d79f24ce66518f03447265b6d1b9c57faf05a61f 100644 (file)
@@ -8,16 +8,16 @@
        <meta name="robots" content="index,follow" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta property="og:title" content="entropealabs" />
-  <meta property="og:type" content="website" />
-  <meta property="og:url" content="https://entropealabs.com" />
-  <meta property="og:image" content="https://entropealabs.com/images/logo2.png" />
+       <meta property="og:type" content="website" />
+       <meta property="og:url" content="https://entropealabs.com" />
+       <meta property="og:image" content="https://entropealabs.com/images/logo2.png" />
        <style>
                body {
                        background-image: url("images/background.jpg");
                        background-position: center center;
-       background-repeat: no-repeat;
-       background-attachment: fixed;
-       background-size: cover;
+                       background-repeat: no-repeat;
+                       background-attachment: fixed;
+                       background-size: cover;
                        background-color: #547481;
                        font-family: sans-serif;
                }
@@ -57,9 +57,9 @@
 
                .collection{
                        display: grid;
-                 grid-template-columns: repeat(3, 1fr);
-               gap: 3px;
-               grid-auto-rows: minmax(100px, auto);
+                       grid-template-columns: repeat(3, 1fr);
+                       gap: 3px;
+                       grid-auto-rows: minmax(100px, auto);
                        background-color: #ffffff;
                        padding: 3px;
                }