mirror of
https://github.com/Realmzer/MySign-Repo.git
synced 2026-03-11 22:15:35 +00:00
Certs
This commit is contained in:
parent
3fda075e7a
commit
c97511f4fd
3 changed files with 121 additions and 1 deletions
BIN
Certs/CertificatePack.zip
Normal file
BIN
Certs/CertificatePack.zip
Normal file
Binary file not shown.
119
certificates.html
Normal file
119
certificates.html
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Realmzers Certificates</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||
</head>
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.titletext {
|
||||
color: #ffffff;
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.esign {
|
||||
background-color: rgb(58, 183, 233)
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #0000005b;
|
||||
border: none;
|
||||
color: rgb(255, 255, 255);
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.button:hover {background-color: #000000;}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.button1 {border-radius: 2px;}
|
||||
.button2 {border-radius: 4px;}
|
||||
.button3 {border-radius: 8px;}
|
||||
.button4 {border-radius: 32px;}
|
||||
.button5 {border-radius: 50%;}
|
||||
|
||||
.navbar {
|
||||
background-color: #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
float: center;
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0px 20px;
|
||||
text-decoration: none;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.navbar .social-icons {
|
||||
float: center;
|
||||
}
|
||||
|
||||
.navbar .social-icons a {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.social-icons img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
text-shadow: 5px 10px 14px #000000;
|
||||
}
|
||||
body {
|
||||
font-family: 'DM Sans';font-size: 25px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <div class="navbar">
|
||||
<div class="social-bar">
|
||||
<a href="https://x.com/realmzerplus" target="_blank" rel="noopener noreferrer" class="twitter float-on-hover"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://github.com/Realmzer/Realmzer.github.io" target="_blank" rel="noopener noreferrer" class="github float-on-hover"><i class="fa fa-github "></i></a>
|
||||
<a href="https://discord.gg/9ArHTK64j6" target="_blank" rel="noopener noreferrer" class=" float-on-hover"><i class="fa fa-discord"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<h1>iOS Certificates</h1>
|
||||
<p></p>
|
||||
<a href="https://github.com/Realmzer/RealmzDNS/raw/main/rzdnsantirevoke.mobileconfig" target="_self" class="button button3 + float-on-hover">Certificate Pack 1</a>
|
||||
<p></p>
|
||||
<p>Passwords: 1 & AppleP12.com</p>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -125,7 +125,8 @@
|
|||
<a href="https://github.com/Realmzer/RealmzDNS/raw/main/rzdnsantirevokeadblock.mobileconfig" target="_self" class="button button3 + float-on-hover">Realmz DNS Adblock (No Revoke & Blacklists iOS)</a>
|
||||
<p></p>
|
||||
<a href="javascript:void(0);" onclick="copyRepoLink()" class="button + button3 + float-on-hover">Realmzers AltStore Repo</a>
|
||||
<h2></h2>
|
||||
<a href="certificates.html" target="_self" class="button button3 + float-on-hover">iOS Certificates</a>
|
||||
<h2></h2>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue