-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathupdates.html
More file actions
35 lines (29 loc) · 1.53 KB
/
updates.html
File metadata and controls
35 lines (29 loc) · 1.53 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
<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.0">
<title>Updates</title>
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
<!--==================== CSS ====================-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" type="image/x-icon" href="assets/img/1552191.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4TVCL667ZF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4TVCL667ZF');
</script>
</head>
<body>
<center>
<h1>
Obfuscator-Plus Updates
</h1>
<p>V1.0 - Security Update<br>V1.1 - Better Free Obfuscation<br>V1.2 - Website Revamp in development, donors to have early access! (5/20/22)<br>V1.3 - Updated JS Obfuscator, and added Sponsorships.<br>V1.4 - Updated CSS (ALL PAGES!!)<br>V1.5 - Admin Panel BETA<br>V1.6 - MAJOR UPDATE<br>New Error 404 Page, Professional Obfuscator available, and bug fixes.<br>V1.4 WE ARE BACK!<br>V1.4.1 Minor Obfuscator Updates.<be> V1.4.2 Small minor fixes, loading fixed, premium re-designed and working. (10/18/23) </p>
</center>
</body>
</html>