-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother links.html
33 lines (31 loc) · 1.62 KB
/
other links.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
<doctype>
<html>
<hefad>
<title>other external links </title>
<link https://twitch.tv/thetechguy34 />
<a href="Landing page.html">go back to home page</a>
<h1>please do not vandelise if viewing from github</h1>
</hefad>
<body>
My discord server
<br>
<iframe src="https://discord.com/widget?id=963011906203955220&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<br>
some random youtube video
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YsD_6IxKr6Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
my most recent upload
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vjVB0K9XYeU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
portal 2 cake video.
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z-oF4Znv-bM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
get the source film maker
<br>
<iframe src="https://store.steampowered.com/widget/1840/?t=check%20out%20the%20source%20filmmaker" frameborder="0" width="646" height="190"></iframe>
</body>
</html>
</doctype>