-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIndex2.html
More file actions
61 lines (52 loc) · 2.02 KB
/
Index2.html
File metadata and controls
61 lines (52 loc) · 2.02 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
61
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<link rel="stylesheet" href="style.css">
<title>Media Page!</title>
<meta name="title" content="My Website by me!" />
<meta name="description" content="Hosted on GitHub Pages!
Coded by me!" />
<meta property="og:image" content="/media/repository-thing.png" />
</head>
<body>
<h1>Welcome to the Media Page!<img src="/media/wave.gif" height="30"></h1>
<div class="link">
<a href="index3.html" class="mtv" title="Blog Page"> <img src="/media/blogger.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>
<h2>Audio</h2>
<div id="audio-list">
</div>
<div class="media">
<hr>
<h2>Gifs</h2>
<img src="/media/snake.gif" height="210">
<hr>
<h2>Video</h2>
<video width="320" height="240" controls>
<source src="/media/thething.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
</div>
<hr>
<h6>
<p style="text-align: center;">© 2026 LBL215 • NO AI</p>
</h6>
<script src="m.js"></script>
</body>
</html>