degmods.com/index.html

50 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2024-07-10 18:31:54 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-08-20 12:33:57 +00:00
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="DEG Mods - Liberating Game Mods" />
2024-09-02 08:47:16 +00:00
<meta
property="og:description"
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
/>
2024-07-25 15:45:31 +00:00
<meta property="og:image" content="/assets/img/DEGM%20Thumb.png" />
2024-08-20 12:33:57 +00:00
<meta property="og:url" content="https://degmods.com" />
2024-07-10 18:31:54 +00:00
<meta property="og:type" content="website" />
2024-08-20 12:33:57 +00:00
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DEG Mods - Liberating Game Mods" />
2024-09-02 08:47:16 +00:00
<meta
name="twitter:description"
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
/>
2024-08-20 12:33:57 +00:00
<meta name="twitter:image" content="/assets/img/DEGM%20Thumb.png" />
<!-- Other Meta Tags -->
2024-09-02 08:47:16 +00:00
<meta
name="description"
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
/>
2024-08-20 12:33:57 +00:00
<!-- Links and Stylesheets -->
2024-08-06 10:46:38 +00:00
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/fonts/fontawesome-all.min.css" />
2024-09-02 08:47:16 +00:00
<link
rel="icon"
type="image/png"
sizes="935x934"
href="/assets/img/Logo%20with%20circle.png"
/>
2024-08-20 12:33:57 +00:00
2024-07-10 18:31:54 +00:00
<title>DEG Mods - Liberating Game Mods</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
2024-09-02 08:47:16 +00:00
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>