Skip to content

Commit e5fa828

Browse files
committed
Restore pages for redirection
1 parent 1a40d57 commit e5fa828

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed

avoid-mods.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<link rel="icon" href="img/Coco/Head Logo.webp">
9+
10+
<title>Mods to Avoid | The Midnight Ride</title>
11+
12+
<meta name="keywords" content="
13+
Mod, Modding, Mods, Guide, Mod Guide, Modding Guide, Resource, Resources,
14+
Stable, Stability, Performance, Fix, Fixes, FPS,
15+
Fast, Easy, Beginner,
16+
Nexus, Nexus Mods, NexusMods,
17+
Wabbajack, WJ, Installer,
18+
Mod Manager, Mod Organizer, MO2,
19+
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
21+
Fallout 4, FO4,
22+
Tale of Two Wastelands, TTW,
23+
Skyrim Special Edition, Skyrim SE, SSE">
24+
25+
<meta name="description" content="List of many popular mods that are outdated or broken.">
26+
<meta http-equiv='content-language' content='en-us'>
27+
<meta name="twitter:card" value="summary_large_image">
28+
<meta property="og:site_name" content="ModdingLinked">
29+
<meta property="og:title" content="The Midnight Ride">
30+
<meta property="og:type" content="article">
31+
<meta property="og:url" content="https://themidnightride.moddinglinked.com">
32+
<meta property="og:image" content="https://themidnightride.moddinglinked.com/img/Others/Card.webp">
33+
<meta property="og:description" content="List of many popular mods that are outdated or broken.">
34+
35+
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292c35">
36+
<meta name="darkreader-lock">
37+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
38+
<meta http-equiv='expires' content='0'>
39+
<meta http-equiv='pragma' content='no-cache'>
40+
<meta http-equiv='clear-site-data' content='cache'>
41+
42+
<script src="js/popup.js"></script>
43+
<script src="js/javascript.js"></script>
44+
<script src="js/responsiveTitle.js"></script>
45+
46+
<link rel="stylesheet" href="css/styles.css">
47+
<link rel="stylesheet" href="css/cards.css">
48+
<link rel="stylesheet" href="css/header.css">
49+
<link rel="stylesheet" href="css/navigationArrows.css">
50+
<link rel="stylesheet" href="css/progressBar.css">
51+
<link rel="stylesheet" href="css/guideColors.css">
52+
<link rel="stylesheet" href="css/sidebar.css">
53+
<link rel="stylesheet" href="css/popup.css">
54+
<link rel="stylesheet" href="css/images.css">
55+
56+
<meta http-equiv="refresh" content="0; URL=https://themidnightride.moddinglinked.com/safe-modding.html" />
57+
</head>
58+
59+
<body class="theme">
60+
<footer>ModdingLinked 2025</footer>
61+
</body>
62+
63+
</html>

avoid-tools.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<link rel="icon" href="img/Coco/Head Logo.webp">
9+
10+
<title>Tools to Avoid | The Midnight Ride</title>
11+
12+
<meta name="keywords" content="
13+
Mod, Modding, Mods, Guide, Mod Guide, Modding Guide, Resource, Resources,
14+
Stable, Stability, Performance, Fix, Fixes, FPS,
15+
Fast, Easy, Beginner,
16+
Nexus, Nexus Mods, NexusMods,
17+
Wabbajack, WJ, Installer,
18+
Mod Manager, Mod Organizer, MO2,
19+
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
20+
Fallout New Vegas, Fallout NV, New Vegas, FNV,
21+
Fallout 4, FO4,
22+
Tale of Two Wastelands, TTW,
23+
Skyrim Special Edition, Skyrim SE, SSE">
24+
25+
<meta name="description" content="List of many popular modding tools that are outdated or broken.">
26+
<meta http-equiv='content-language' content='en-us'>
27+
<meta name="twitter:card" value="summary_large_image">
28+
<meta property="og:site_name" content="ModdingLinked">
29+
<meta property="og:title" content="The Midnight Ride">
30+
<meta property="og:type" content="article">
31+
<meta property="og:url" content="https://themidnightride.moddinglinked.com">
32+
<meta property="og:image" content="https://themidnightride.moddinglinked.com/img/Others/Card.webp">
33+
<meta property="og:description" content="List of many popular modding tools that are outdated or broken.">
34+
35+
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292c35">
36+
<meta name="darkreader-lock">
37+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
38+
<meta http-equiv='expires' content='0'>
39+
<meta http-equiv='pragma' content='no-cache'>
40+
<meta http-equiv='clear-site-data' content='cache'>
41+
42+
<script src="js/popup.js"></script>
43+
<script src="js/javascript.js"></script>
44+
<script src="js/responsiveTitle.js"></script>
45+
46+
<link rel="stylesheet" href="css/styles.css">
47+
<link rel="stylesheet" href="css/cards.css">
48+
<link rel="stylesheet" href="css/header.css">
49+
<link rel="stylesheet" href="css/navigationArrows.css">
50+
<link rel="stylesheet" href="css/progressBar.css">
51+
<link rel="stylesheet" href="css/guideColors.css">
52+
<link rel="stylesheet" href="css/sidebar.css">
53+
<link rel="stylesheet" href="css/popup.css">
54+
<link rel="stylesheet" href="css/images.css">
55+
56+
<meta http-equiv="refresh" content="0; URL=https://themidnightride.moddinglinked.com/safe-modding.html" />
57+
</head>
58+
59+
<body class="theme">
60+
<footer>ModdingLinked 2025</footer>
61+
</body>
62+
63+
</html>

0 commit comments

Comments
 (0)