diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-05-24 11:18:46 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-05-24 11:19:55 -0500 |
commit | 7a73162607544204032aa66cce755daf21edebda (patch) | |
tree | 58578e01f15f34a855d99c32898db9d7a1603e67 /OLD/csci4131/hw1/strap012/myWidgets.html | |
parent | do some stuff (diff) | |
download | homework-7a73162607544204032aa66cce755daf21edebda.tar homework-7a73162607544204032aa66cce755daf21edebda.tar.gz homework-7a73162607544204032aa66cce755daf21edebda.tar.bz2 homework-7a73162607544204032aa66cce755daf21edebda.tar.lz homework-7a73162607544204032aa66cce755daf21edebda.tar.xz homework-7a73162607544204032aa66cce755daf21edebda.tar.zst homework-7a73162607544204032aa66cce755daf21edebda.zip |
Graduate
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'OLD/csci4131/hw1/strap012/myWidgets.html')
-rw-r--r-- | OLD/csci4131/hw1/strap012/myWidgets.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/OLD/csci4131/hw1/strap012/myWidgets.html b/OLD/csci4131/hw1/strap012/myWidgets.html deleted file mode 100644 index 9d470e5..0000000 --- a/OLD/csci4131/hw1/strap012/myWidgets.html +++ /dev/null @@ -1,33 +0,0 @@ -<!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>— 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> |