aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw1/strap012/myWidgets.html
blob: 9d470e5c9e553f007d6ec2d286e0cd26121e55d3 (plain) (blame)
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>
<html lang="en-US">
    <head>
        <title>My Widgets</title>
        <meta charset="UTF-8">
        <style>
            .linkTable {
                border: 2px solid black;
                margin-left: 20px;
            }
            iframe {
                border: 0px;
            }
        </style>
    </head>

    <body>
    <nav>
        <a href="./myWidgets.html" class="linkTable">myWidgets <br></a>
        <a href="./myContacts.html" class="linkTable">myContacts</a>
    </nav>
	<ol>
	 <li> <iframe width="500" height="350" src="https://www.youtube.com/embed/videoseries?list=PLkNVwyLvX_TFBLHCvApmvafqqQUHb6JwF" 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"></script></li>
	</ol>


    </body>
</html>