generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
58 lines (53 loc) · 2.29 KB
/
blog.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
<!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.0" />
<link rel="icon" type="image/x-icon" href="icons/favicon.ico" />
<title></title>
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/blog.css" />
<script src="javascript/print.js"></script>
<script src="javascript/sparkles.js"></script>
<script src="javascript/blog.js"></script>
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="https://bugzorc.github.io/blog.html" />
</head>
<body>
<div class="container">
<div class="items">
<div class="nav">
<a href="bloghub.html">
<div class="back">
<img src="icons/back.png" /><p>BACK</p>
</div>
</a>
<div class="utilities">
<div class="date">
<img src="icons/calendar.png" style="margin: 0px;">
<p id="date">5/5/2024</p>
</div>
<img src="icons/printer.png" onclick="printBlog()" style="margin-top: 8px; cursor: pointer;">
<a href="index.html"><img src="icons/home.png" style="margin-top: 8px; cursor: pointer;"></a>
</div>
</div>
<div class="blogContent">
</div>
<div class="footer">
<div class="aboutMe">
<div class="pfp"><img src="images/staticImages/pfp.png" style="height: 100%; border-radius: 8px;"></div>
<div class="message">
<div class="username"><h5 style="margin: 0px 0px 6px 0px;">Written with 💖 by BUGZORC</h5></div>
<div class="msg" style="font-size: 14px;">Incase of any clarification or assistance, you're more welcomed to join my personal discord server, see you there.</div>
</div>
</div>
<div class="discord">
<a href="https://discord.gg/jCcdNNqTgc" target="_blank"><img src="images/staticImages/goofydiscord.png" style="height: 100%; border-radius: 8px;"></a>
</div>
</div>
</div>
</div>
</body>
</html>