aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw1/myWidgets.html
blob: 431e0345748031971ab41ece6adef825e1988edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-US">
    <head>
        <title>My Widgets</title>
    </head>

    <body>
        <nav>
            <a href="./myWidgets.html">myWidgets</a> <a href="./myContacts.html">myContacts</a>
        </nav>
	<ol>
	 <li><iframe width="500" height="350" src="https://www.youtube.com/embed/videoseries?list=PLkNVwyLvX_TFBLHCvApmvafqqQUHb6JwF" frameborder="0" allow="utoplay; encrypted-media" allowfullscreen></iframe></li>
	 <li><blockquote class="twitter-tweet"><p lang="en" dir="ltr">In retrospect, it was inevitable</p>&mdash; Elon Musk (@elonmusk) <a href="https://twitter.com/elonmusk/status/1355068728128516101?ref_src=twsrc%5Etfw">January 29, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></li>
	</ol>


    </body>
</html>