forked from jwuwuwj/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.html
63 lines (57 loc) · 3.66 KB
/
updates.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
<!-- new era document 1-->
<!DOCTYPE html>
<html>
<head id="gomanager">
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6CQJ19D10B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6CQJ19D10B');
</script>
<!-- Google Ads-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4282184255405594"
crossorigin="anonymous"></script>
<script async src="https://fundingchoicesmessages.google.com/i/pub-4282184255405594?ers=1" nonce="ptKrLjVbvCJY_ONesma5Kg"></script><script nonce="ptKrLjVbvCJY_ONesma5Kg">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
<!-- Other shit -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> </title>
<link rel="icon" href="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<script src="js/changetitleandfavicon.js"></script>
<script src="js/startup.js"></script>
<script src="js/panic.js"></script>
<link rel="stylesheet" href="css/loader.css">
<script src="js/randommessage.js"></script>
</head>
<body class="root" id="footerthing">
<main>
<div id="navbar">
<script src="js/main.js"></script>
</div>
<h1>ㅤ</h1>
<div class="blogbox">
<div class="thing"><a href="loadblog.html?blog=updates"><button style="cursor: pointer;"><p1 style="font-size: 30px; font-family: Lemonmilk; color: var(--offset-color)">Update Logs </p1><br><p1 style=" font-family: Lemonmilk; font-size: 20px; color: var(--lighter-color)">Learn about new changes and new updates of my website!</p1></button></a></div>
<div class="thing"><a href="loadblog.html?blog=whatdevice"><button style="cursor: pointer;"><p1 style="font-size: 30px; font-family: Lemonmilk; color: var(--offset-color);">What You Should Use To Play Games</p1><br><p1 style=" font-family: Lemonmilk; font-size: 20px; color: var(--lighter-color)">What Platforms Work For My Website</p1></button></a></div>
<div class="thing"><a href="loadblog.html?blog=codesnippets"><button style="cursor: pointer;"><p1 style="font-size: 30px; font-family: Lemonmilk; color: var(--offset-color);">Code Snippets</p1><br><p1 style=" font-family: Lemonmilk; font-size: 20px; color: var(--lighter-color)">Snippets of code</p1></button></a></div>
</div>
<div class="loader-wrapper">
<span class="loader"></span>
</div>
<script>
$(window).on("load",function(){
$(".loader-wrapper").fadeOut("slow");
});
</script>
</main>
<br>
<br>
<script src="js/lilfooter.js"></script>
<script src="js/randommessage.js"></script>
</body>
</html>