2024-07-10 18:31:54 +00:00
|
|
|
<!DOCTYPE html>
|
2024-07-10 15:57:37 +00:00
|
|
|
<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
|
|
|
|
|
|
|
<!-- 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-08-20 12:33:57 +00:00
|
|
|
|
2024-07-10 18:31:54 +00:00
|
|
|
<title>DEG Mods - Liberating Game Mods</title>
|
2024-07-10 15:57:37 +00:00
|
|
|
</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>
|
2024-07-10 15:57:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|