-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex3.html
More file actions
60 lines (50 loc) · 1.95 KB
/
index3.html
File metadata and controls
60 lines (50 loc) · 1.95 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7XSLX8DPZ9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7XSLX8DPZ9');
</script>
<meta property="og:image" content="/media/repository-thing.png" />
<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=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/media/favicons/favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<h1>Welcome to the Blog!<img src="/media/wave.gif" height="30"></h1>
<link rel="stylesheet" href="style.css">
<meta name="title" content="Blog Page!" />
<meta name="description" content="Hosted on GitHub Pages!
Coded by me!" />
<meta property="og:image" content="/media/repository-thing.png" />
</head>
<body>
<div class="link">
<!--My Hyperlink(s)-->
<a href="Index2.html" class="mtv" title="Media Page!"> <img src="/media/ipod.png" height="30"> </a>
<a href="https://lbl215exe.github.io/" class="mtv" title="The Me Page!"> <img src="media/favicons/android-chrome-512x512.png" height="30"> </a>
</div>
<hr>
<div class="talking"> <!--My Blog Text-->
<h3>Hi I'm LBL215</h3>
<p>I'm a young vibe coder but I want to learn how to code for real! This is my first time making something that's not AI I love open source things just like OSs and software like Linux, though I use macOS, I would like to try Linux.</p>
<hr>
<h3> Now I fixed the site!</h3>
<p>
Its working now I hope that i can add more things to the site!
</p>
<hr>
</div>
<h6>
<p style="text-align: center;">
© 2026 LBL215 • NO AI
</p>
</h6>
<script src="m.js"></script>
</body>
</html>