Skip to content

Commit

Permalink
fix video
Browse files Browse the repository at this point in the history
  • Loading branch information
CrownedPhoenix committed Dec 2, 2020
1 parent df93514 commit 16ababf
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
</head>

<body>
<div>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/t0AeSsiszm0"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div id="main-title">
<h1>The Habits and Effects of Social Media Use by Congresspeople</h1>
<p>
Expand All @@ -54,13 +64,6 @@ <h1>How Did Social Media Usage Differ Among Congresspeople.</h1>
Facebook and Twitter usage.
</p>
</div>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/t0AeSsiszm0"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

</body>
</html>

0 comments on commit 16ababf

Please sign in to comment.