-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023videos.html
executable file
·32 lines (28 loc) · 1.44 KB
/
2023videos.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
<!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">2023 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/2023art/videos/marshyfusiontest0000-0120.mp4" width="500"></video><a class="label">PuffCharrBerry</a></div>
<div class="media"><video onclick="paused ? play() : pause()" loop src="resources/2023art/videos/Pichu_Meeting0000-0192.mp4" width="500"></video><a class="label">Renegade Spider, SobbleFan</a></div>
<div class="media"><video onclick="paused ? play() : pause()" loop src="resources/2023art/videos/Tricky gets cherries from a tree0000-0410.mp4" width="500"></video><a class="label">AmigaX</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>