aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw1/myWidgets.html
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-01-29 16:16:19 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-01-29 16:16:19 -0600
commitb0ba5690dca8366c59bc14a686c0a302d3185683 (patch)
tree93ea48effcd2ffe51e23ef15eece82ff23f43244 /csci4131/hw1/myWidgets.html
parentTODO: Flesh out (diff)
downloadhomework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar.gz
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar.bz2
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar.lz
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar.xz
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.tar.zst
homework-b0ba5690dca8366c59bc14a686c0a302d3185683.zip
Finish assignment 1
Diffstat (limited to 'csci4131/hw1/myWidgets.html')
-rw-r--r--csci4131/hw1/myWidgets.html25
1 files changed, 20 insertions, 5 deletions
diff --git a/csci4131/hw1/myWidgets.html b/csci4131/hw1/myWidgets.html
index 431e034..9d470e5 100644
--- a/csci4131/hw1/myWidgets.html
+++ b/csci4131/hw1/myWidgets.html
@@ -2,15 +2,30 @@
<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">myWidgets</a> <a href="./myContacts.html">myContacts</a>
- </nav>
+ <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" 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>
+ <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>