forked from jwuwuwj/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloadblog.html
63 lines (59 loc) · 2.76 KB
/
loadblog.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>
<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>
<script src="js/randommessage.js"></script>
</head>
<body class="root">
<main>
<div id="navbar">
<script src="js/main.js"></script>
</div>
<h1>ㅤ</h1>
<div style="width: 50%;" class="containerblog">
<h1 id="header" style="color: var(--lighter-color); font-family: montserrat, sans-serif;">Updates</h1>
<p1 id="description" style="color: var(--lighter-color);">10/22/23 The work has started <br> <br> • added Nav bar <br> • cloaking <br>• and themes <br> • still trying to polish the themes <br> <br> 10/19/23 Sorry for no updates. <br> <br> • New Games<br> • New Themes<br> • Light and Dark Mode <br> • I added a cloaker and about:blank (thanks syce) <br> • im working on new games and blogs.</p1>
<br>
<br>
<img id="img1" class="img1 imgs"style="width: 250px;" height="250px">
<h1 id="header2"></h1>
<p1 id="description2"></p1>
<img id="img2" class="img1 imgs">
<script src="js/loadblog.js"></script>
</div>
<style>
.containerblog {
margin-left: 25px;
}
.img1 {
transition: all 500ms;
box-shadow: rgba(3, 8, 20, 0.1) 4px 0.5rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
margin-left:50px ;
}
.img1:hover {
box-shadow: var(--accent-color) 0px 0.35em 1.175em, var(--accent-color) 0px 0.175em 0.5em;
transform: scale(1.5);
}
</style>
</main>
</body>
</html>