-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (84 loc) · 4.04 KB
/
Copy pathindex.html
File metadata and controls
95 lines (84 loc) · 4.04 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="img/Coco/Head Logo.webp">
<title>Viva New Vegas</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,
Wabbajack, WJ, Installer,
Mod Manager, Mod Organizer, MO2,
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
Fallout New Vegas, Fallout NV, New Vegas, FNV,
Fallout 4, FO4,
Tale of Two Wastelands, TTW,
Skyrim Special Edition, Skyrim SE, SSE">
<meta name="description" content="A fully modular, comprehensive and regularly updated Fallout: New Vegas modding guide that allows for any personal preference to be satisfied.">
<meta http-equiv='content-language' content='en-us'>
<meta name="twitter:card" value="summary_large_image">
<meta property="og:site_name" content="ModdingLinked">
<meta property="og:title" content="Viva New Vegas">
<meta property="og:type" content="article">
<meta property="og:url" content="https://vivanewvegas.moddinglinked.com">
<meta property="og:image" content="https://vivanewvegas.moddinglinked.com/img/Others/Card.webp">
<meta property="og:description" content="A fully modular, comprehensive and regularly updated Fallout: New Vegas modding guide that allows for any personal preference to be satisfied.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#282725">
<meta name="darkreader-lock">
<script src="js/popup.js"></script>
<script src="js/javascript.js"></script>
<script src="js/responsiveTitle.js"></script>
<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/guideColors.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="css/images.css">
<link rel="stylesheet" href="css/frontPage.css">
</head>
<body class="theme">
<style>
body {
background-image: url('./img/Others/Background.webp') !important;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
</style>
<div style="overflow:auto">
<div class="header">
<div class="headerTitle">
<img src="./img/Coco/Head Logo.webp" alt="Logo" id="logo">
<a href="./index.html" id="headerTitle">Viva New Vegas</a>
</div>
<div class="guideLinks" id="headerLinks">
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
<a href="https://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</a>
<a href="https://dragonbornsfate.moddinglinked.com" target="_blank" rel="nofollow">Skyrim SE</a>
</div>
</div>
</div>
<div id="backdrop" class="welcomeContent">
<div class="titleContainer">
<img src="img/Coco/Full.webp" alt="Background Image" class="backgroundImage">
<h1 id="title">Welcome to <br>Viva New Vegas!</h1>
</div>
<div class="buttonContainer">
<div class="buttonWrapper">
<a id="next" class="welcomeButton" href="./intro.html"><strong>Full Guide</strong></a>
<span class="buttonText">Manual step-by-step setup</span>
</div>
<div class="buttonWrapper">
<a class="welcomeButtonWJ" href="./wabbajack.html"><strong>Wabbajack</strong></a>
<span class="buttonText">Automated modlist installation</span>
</div>
</div>
</div>
</body>
</html>