diff options
author | Matthew Strapp <msattr@gmail.com> | 2021-01-29 10:24:24 -0600 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2021-01-29 10:24:24 -0600 |
commit | 89ce781d95a168a57757e092751ab94c48564b92 (patch) | |
tree | 282f216d1cefd186a574f8cef43b0b263e84ca65 | |
parent | re (diff) | |
download | homework-89ce781d95a168a57757e092751ab94c48564b92.tar homework-89ce781d95a168a57757e092751ab94c48564b92.tar.gz homework-89ce781d95a168a57757e092751ab94c48564b92.tar.bz2 homework-89ce781d95a168a57757e092751ab94c48564b92.tar.lz homework-89ce781d95a168a57757e092751ab94c48564b92.tar.xz homework-89ce781d95a168a57757e092751ab94c48564b92.tar.zst homework-89ce781d95a168a57757e092751ab94c48564b92.zip |
TODO: Flesh out
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw1/myContacts.html | 4 | ||||
-rw-r--r-- | csci4131/hw1/myWidgets.html | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/csci4131/hw1/myContacts.html b/csci4131/hw1/myContacts.html index d4f8699..8cbc3d4 100644 --- a/csci4131/hw1/myContacts.html +++ b/csci4131/hw1/myContacts.html @@ -18,7 +18,7 @@ <body> <nav> - <a href="./myWidgets.html"; class="linkTable">myWidgets <br></a> + <a href="./myWidgets.html"; class="linkTable">myWidgets</a><br> <a href="./myContacts.html"; class="linkTable">myContacts</a> </nav> <br><br> @@ -70,4 +70,4 @@ </body> -</html>
\ No newline at end of file +</html> diff --git a/csci4131/hw1/myWidgets.html b/csci4131/hw1/myWidgets.html index 260bf6b..431e034 100644 --- a/csci4131/hw1/myWidgets.html +++ b/csci4131/hw1/myWidgets.html @@ -8,6 +8,11 @@ <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>— 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>
\ No newline at end of file +</html> |