-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (78 loc) · 2.28 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
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
<head>
<title>Is This Mod Legit?</title>
<meta name="description" content="A service that checks the validity of your Minecraft mods with Modrinth, and alerts you if your mods have been tampered with."></meta>
<meta name="keywords" content="Minecraft, Modrinth, Security, Scanner, Cybersecurity, Mods, Mod Anti-Malware"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="AnOpenSauceDev">
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
h1{
text-align:center;
font-family: "Jetbrains Mono";
}
h3{
text-align:center;
font-family: "Jetbrains Mono";
}
p{
text-align: center;
font-family: "Jetbrains Mono";
}
form{
display: inline-block;
}
a{
color: lightcoral;
}
a:visited{
color: lightcoral;
}
input{
text-align: center;
align-items: center;
margin: auto;
display: inline;
font-family: "Jetbrains Mono";
}
label{
font-family: "Jetbrains Mono";
}
summary{
text-align: center;
font-family: "Jetbrains Mono";
font-size: larger;
font-weight: bold;
}
li{
text-align: left;
}
details{
font-family: "Jetbrains Mono";
text-align: center;
}
div{
margin-left: auto; margin-right: auto;
text-align: center;
}
h2{
font-size: smaller;
align-content: center;
text-align: center;
font-family: "Jetbrains Mono";
color: grey;
}
.result-found{
border: 3px lightgreen;
border-radius: 7px;
background-color: lightgreen;
}
.result-bad{
border: 3px salmon;
background-color: salmon;
border-radius: 7px;
}
</style>
<h1>Is This Mod Legit?</h1>
<h2>Due to recent events involving Malware being distributed on Modrinth, "Is This Mod Legit?" can no longer be used as a benchmark for determining if a mod has been tampered with.</h2>
<h2>I may work on an alternative that checks for suspicous behaviour if I have the time, but the current method used is not trustworthy anymore.</h2>