-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (72 loc) · 3.28 KB
/
index.html
File metadata and controls
80 lines (72 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Optimization Guides</title>
<meta name="keywords" content="
Mod, Modding, Mods, Guide, Mod Guide, Modding Guide, Resource, Resources,
Stable, Stability, Performance, Fix, Fixes, FPS,
Fast, Easy, Beginner,
Nexus, Nexus Mods, NexusMods,
Mod Manager, Mod Organizer, MO2,
Fallout, Bethesda, Bethesda Game Studios, BGS,
Fallout New Vegas, Fallout NV, New Vegas, FNV,
Tale of Two Wastelands, TTW,
FPS Limit, Riva Tuner, RTSS, Stutter, Lag, Latency, Hitches, DXGI, Interop, Nvidia, AMD, HDR">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Performance optimization guides for Bethesda games and more.">
<meta property="og:title" content="Optimization Guides">
<meta property="og:type" content="article">
<meta property="og:url" content="https://performance.moddinglinked.com">
<meta property="og:image" content="https://performance.moddinglinked.com/img/favicon.webp">
<meta property="og:description" content="Performance optimization guides for Bethesda games and more.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292329">
<meta name="darkreader-lock">
<link rel="icon" type="image/x-icon" href="img\favicon.webp">
<script src="js/javascript.js"></script>
<script src="js/perfguide.js"></script>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/cards.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/progressBar.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/images.css">
<link rel="stylesheet" href="css/flip.css">
<link rel="stylesheet" href="css/guideColors.css">
<meta http-equiv='content-language' content='en-us'>
<link rel="canonical" href="https://performance.moddinglinked.com">
<meta http-equiv="refresh" content="0; URL=https://performance.moddinglinked.com/falloutnv.html" />
</head>
<body class="theme dark-scheme">
<div style="overflow:auto">
<div class="content-index">
<!-- Introduction -->
<div>
<span id="Introduction" onclick="location.href='#Introduction'">
<h2>Introduction</h2>
</span>
<div class="card flex">
<div>
<h3>Welcome!</h3>
<p>
The performance guide is available for the following games, choose what you are currently modding.
</p>
</div>
</div>
<div class="card">
<div>
<p class="page-picker">
<a href="./falloutnv.html" title="🙃 Fallout New Vegas" class="button">
<span class="subIcon">🏜️</span>
<span class="flippy">🙃</span>
Fallout New Vegas
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>