-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2025videos.html
executable file
·31 lines (27 loc) · 1.21 KB
/
2025videos.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
<!DOCTYPE html>
<html>
<head>
<title>_lounge</title>
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicon.png">
<meta name="title" content="nk_lounge">
<meta name="description" content="a personal website">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="menu">
<div class="windowtitle">Menu</div>
<a class="menubutton" href="portfolio.html" title="Back" draggable="false"><img src="resources/Back.svg" draggable="false"></a>
</div>
<div class="main">
<div class="windowtitle">2025 Art (Videos)</div>
<h3>Names of artist's featured characters are shown below pictures.</h3>
<h3>Click on a video to play/pause it.</h3>
<hr>
<div class="media"><video onclick="paused ? play() : pause()" loop src="resources/2025art/videos/stoppette_railette.mp4" width="500"></video><a class="label">EngingerBreadMan</a></div>
<div class="media"><video onclick="paused ? play() : pause()" loop src="resources/2025art/videos/blubunny.mp4" width="500"></video><a class="label">Blubunny</a></div>
</div>
<div class="footer">
<div class="footertext">This website was hosted using <a href="https://pages.github.com/">GitHub Pages</a></div>
</div>
</body>
</html>