-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies.html
74 lines (65 loc) · 2.29 KB
/
movies.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="uniform.css">
</head>
<title>
lost media (proudly made by a sociopath)
</title>
<body bgcolor="black">
<font color="white" size=4.5px>
<! --okay bitch you can do the main shiz now-->
<div class="topnav">
<h1>
<a href="/">[sackydzNG]</a>
<a href="games">games</a>
<a href="art">art</a>
<a href="music">music</a>
<a href="movies">videos</a>
<a href="posts">other stuff</a>
</h1>
</div>
<h5> 2019 videos </h5>
<video controls src="media/evilfruit.MOV"></video>
<h5> 2020 videos </h5>
<video controls>
<source src="media/Normal stuff...mp4" type="video/mp4">
</video>
<iframe width="800" height="450" src="https://www.newgrounds.com/content/embed.php?id=LmEUy" frameborder="0"
allowfullscreen></iframe>
<iframe width="800" height="450" src="https://www.newgrounds.com/content/embed.php?id=LmEUC" frameborder="0"
allowfullscreen></iframe>
<video controls>
<source src="media/Oh gosh no..mp4" type="video/mp4">
</video>
<video controls>
<source src="media/The Internet died....mp4" type="video/mp4">
</video>
<h5> 2021 videos </h5>
<video controls>
<source src="media/idk pt1.mp4" type="video/mp4">
</video>
<video controls>
<source src="media/Abomination.mp4" type="video/mp4">
</video>
<video controls>
<source src="media/A Video Idea.mp4" type="video/mp4">
</video>
<video controls src="media/tetrissex.MOV"></video>
<video controls>
<source src="media/sketchites (pilot).mp4" type="video/mp4">
</video>
<video controls>
<source src="media/mosquitoes suck.mp4" type="video/mp4">
</video>
<video controls>
<source src="media/moon_ the 12 second long movie.mp4" type="video/mp4">
</video>
<video controls>
<source src="media/a poorly animated ball.mp4" type="video/mp4">
</video>
<iframe width="800" height="450" src="https://www.newgrounds.com/content/embed.php?id=LmheH" frameborder="0"
allowfullscreen></iframe>
</font>
</body>
</html>