-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstopmotion.html
73 lines (47 loc) · 3.08 KB
/
stopmotion.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
<!DOCTYPE html>
<html>
<head>
<title>n1swordslasher</title>
<link rel="stylesheet" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Special+Elite&display=swap" rel="stylesheet">
<link rel="stylesheet" href="media-queries.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="container">
<header>
<div>
<span class="logo-content">
<iframe src="http://swordslasher.com/images/slashflash_logo.svg" width="100%" height="300px" frameBorder="0"></iframe></a>
</span>
</div>
</header>
<section>
<nav>
<a href="index.html" class="nav-home"> home page </a>
<a href="my-videos.html" class="nav-my-videos"> my videos </a>
<a href="my-flipnotes.html" class="nav-my-videos"> my flipnotes </a>
<a href="games/index.html" class="nav-my-photoshop"> Games </a>
<a href="chat/index.html" class="nav-home"> chat </a>
<a href="more.html" class="nav-home"> more </a>
</nav>
<div class="content">
<p>
<a href="https://www.reddit.com/r/swordslasher/" class="content"> My Subreddit (updated quicker) </a>
<br>
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/swordslasher/comments/tqkqa4/tsum_tsum_races/?ref_source=embed&ref=share&embed=true&theme=dark" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" data-ruffle-polyfilled="" height="450" width="640" scrolling="no"></iframe>
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/swordslasher/comments/tproom/hotdog_and_webster_play_with_toys/?ref_source=embed&ref=share&embed=true&theme=dark" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" data-ruffle-polyfilled="" height="450" width="640" scrolling="no"></iframe>
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/swordslasher/comments/tpo0bb/hotdog_vs_bab_4/?ref_source=embed&ref=share&embed=true&theme=dark" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" data-ruffle-polyfilled="" height="450" width="640" scrolling="no"></iframe>
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/swordslasher/comments/tpmkw9/stuffed_animal_soccer/?ref_source=embed&ref=share&embed=true&theme=dark" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" data-ruffle-polyfilled="" height="450" width="640" scrolling="no"></iframe>
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/swordslasher/comments/toyz2m/new_stop_motion/?ref_source=embed&ref=share&embed=true&theme=dark" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" data-ruffle-polyfilled="" height="450" width="640" scrolling="no"></iframe>
</p>
</div>
</section>
<footer>
<div>
<a class="youtube-icon" target="blank_" href="https://www.youtube.com/channel/UCtIjiwvgeh0cDu4v8flz8aA">My channel</a>
</div>
</footer>
</div>
</body>
</html>