forked from FiveMods/fivemods.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlock.html
More file actions
56 lines (51 loc) · 2.5 KB
/
lock.html
File metadata and controls
56 lines (51 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en-EN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FiveMods.net - FiveM ready vehicles, mods, scripts, maps and more.</title>
<meta http-equiv="content-language" content="en" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta name="description" content="Searching for FiveM ready scripts, vehicles, mods, maps, peds and more? You've come to the right place. FiveMods.net the palce to get the best resources for your FiveM server." />
<meta name="robots" content="index, follow" />
<meta name="department" content="legal" />
<meta name="audience" content="all" />
<meta name="author" content="FiveMods" />
<meta name="publisher" content="FiveMods" />
<meta name="organisation" content="FiveMods" />
<meta name="copyright" content="FiveMods" />
<meta name="generator" content="Atom, Visual Studio Code, PhpStorm, Eclipse (WTP)" />
<meta name="keywords" content="FiveM, fivem, fivemods, FiveMods, GTA5, GTAV, gta5, gtav, gta, scripts, script, Scripts, Script, Development, Dev, dev, development, offical, usa, america" />
<meta name="page-topic" content="FiveM ready scripts, vehicles, mods, maps, peds and more." />
<meta name="page-type" content="Website, Landingpage, Homepage" />
<meta name="DC.Language" content="en" />
<meta name="DC.Creator" content="FiveMods" />
<meta name="DC.Publisher" content="FiveMods" />
<meta name="DC.Rights" content="FiveMods" />
<meta name="DC.Description" content="Searching for FiveM ready scripts, vehicles, mods, maps, peds and more? You've come to the right place." />
<link rel="icon" href="https://cdn.discordapp.com/attachments/662762008504041522/737797664221167666/fivemods.png">
<style>
* {
background-color: #17141f;
}
.center {
text-align: center;
margin-top: 35vh;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
}
.center2 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
text-decoration: none;
}
</style>
</head>
<body>
<div class="center"><img src="./static-assets/img/brand-down.png" alt="Brand Logo" style="height: 175px;"></div>
<p class="center">Copyright © 2020 FiveMods. All rights reserved.</p>
</body>
</html>