|
13 | 13 |
|
14 | 14 | <!-- Open Graph / Facebook --> |
15 | 15 | <meta property="og:type" content="website" /> |
16 | | - <meta property="og:url" content="https://dev2forge.software/" /> |
| 16 | + <meta property="og:url" content="https://www.dev2forge.software/" /> |
17 | 17 | <meta property="og:title" content="Dev2Forge: Tools for Developers & Everyday Users" /> |
18 | 18 | <meta property="og:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." /> |
19 | 19 | <meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
20 | 20 |
|
21 | 21 | <!-- Twitter --> |
22 | 22 | <meta property="twitter:card" content="summary_large_image" /> |
23 | | - <meta property="twitter:url" content="https://dev2forge.software/" /> |
| 23 | + <meta property="twitter:url" content="https://www.dev2forge.software/" /> |
24 | 24 | <meta property="twitter:title" content="Dev2Forge: Tools for Developers & Everyday Users" /> |
25 | 25 | <meta property="twitter:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." /> |
26 | 26 | <meta property="twitter:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
|
33 | 33 | <link rel="manifest" href="/public/favicons/site.webmanifest" /> |
34 | 34 | <link rel="icon" href="/favicon.ico" type="image/x-icon" /> |
35 | 35 |
|
36 | | - <script defer src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js" integrity="sha512-LhccdVNGe2QMEfI3x4DVV3ckMRe36TfydKss6mJpdHjNFiV07dFpS2xzeZedptKZrwxfICJpez09iNioiSZ3hA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
37 | | - <script src="https://cdn.tailwindcss.com"></script> |
| 36 | + <script defer src="./src/utils/showdown/showdown.min.js"></script> |
| 37 | + <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4" defer></script> |
38 | 38 | <link rel="stylesheet" href="./src/assets/css/index.css" /> |
39 | 39 | <script type="module" src="./src/assets/js/main.js" defer></script> |
40 | 40 |
|
|
47 | 47 | gtag('js', new Date()); |
48 | 48 | gtag('config', 'G-74L9F7VNLD'); |
49 | 49 | </script> |
| 50 | + |
| 51 | + <!-- robots.txt --> |
| 52 | + <meta name="robots" content="index, follow" /> |
| 53 | + |
| 54 | + <!-- Schema.org (JSON-LD) --> |
| 55 | + <script type="application/ld+json"> |
| 56 | + { |
| 57 | + "@context": "https://schema.org","@type": "Organization","name": "Dev2Forge","url": "https://www.dev2forge.software/","logo": "https://www.dev2forge.software/public/dev2forge-logo.png", |
| 58 | + "description": "Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business.", |
| 59 | + "founder": {"@type": "Person","name": "Santiago Rivera Marin"},"sameAs": ["https://www.tiktok.com/@dev2forge","https://www.youtube.com/@dev2forge","https://github.com/dev2forge"]} |
| 60 | + </script> |
50 | 61 | </head> |
51 | 62 | <body class="bg-white dark:bg-gray-900 dark:text-gray-100 text-gray-800 transition-colors duration-300 min-h-screen flex flex-col dark"> |
52 | 63 | <!-- Header --> |
53 | 64 | <header class="w-full flex justify-between items-center p-6 flex-shrink-0"> |
54 | 65 | <div class="w-full text-center"> |
55 | | - <!-- <h1 class="text-3xl font-bold inline"><a href="https://github.com/dev2forge" target="_blank" class="no-decoration underline" id="title-page"></a></h1> --> |
56 | | - <a href="https://github.com/dev2forge" target="_blank" class="flex justify-center"><img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" /></a> |
| 66 | + <h1 class="text-3xl font-bold inline"> |
| 67 | + <a href="https://github.com/dev2forge" target="_blank" class="flex justify-center"> |
| 68 | + <img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" alt="Dev2Forge Thumbnail, logo thumbnail."/> |
| 69 | + </a> |
| 70 | + </h1> |
57 | 71 | </div> |
58 | 72 | <!-- Feature: Add "Toggle Theme" --> |
59 | 73 | </header> |
|
0 commit comments