diff options
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw2/strap012/myWidgets.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/csci4131/hw2/strap012/myWidgets.html b/csci4131/hw2/strap012/myWidgets.html index 8c249f7..301cbd6 100644 --- a/csci4131/hw2/strap012/myWidgets.html +++ b/csci4131/hw2/strap012/myWidgets.html @@ -20,15 +20,15 @@ </nav> <br><br> <div class="grid"> - <div class="griditem"> + <div class="griditem", id="grid0"> <iframe width="500" height="350" src="https://www.youtube.com/embed/videoseries?list=PLkNVwyLvX_TFBLHCvApmvafqqQUHb6JwF" allow="utoplay; encrypted-media" allowfullscreen></iframe> </div> - <div class="griditem"> + <div class="griditem" id="grid1"> <a class="twitter-timeline" data-lang="en" data-width="300" data-height="400" data-dnt="true" data-theme="light" href="https://twitter.com/elonmusk?ref_src=twsrc%5Etfw">Tweets by elonmusk</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> - <div class="griditem"> + <div class="griditem" id="grid2"> <blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/BsOGulcndj-/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" @@ -125,7 +125,7 @@ <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Open+Sans+Condensed:300|Raleway' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="passwordcheck.css" /><!-- Include Your CSS file here--> - <script src="passwordcheck.js" defer></script><!-- Include Your jQUery file here--> + <script src="passwordcheck.js" defer></script><!-- Include Your js file here--> <div id="container"> <div id="header"> <h2 class="password">Password Strength Checking with Javascript</h2> |