-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
67 lines (62 loc) · 3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Optimization Guides</title>
<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="keywords" content="Fallout New Vegas, FNV, FalloutNV, FPS, Performance, Fallout, FPS Limit, SpecialK, Riva Tuner, RTSS, Stutter, Lag, Latency, Hitches, Flip Model, DXGI, Interop, Nvidia, HDR">
<link rel="icon" type="image/x-icon" href="img\favicon.webp">
<script src="https://kit.fontawesome.com/baff4f2fd4.js" crossorigin="anonymous"></script>
<script src="javascript.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>
<p>
<h3>Welcome!</h3>
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>