-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter.html
26 lines (16 loc) · 917 Bytes
/
twitter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Twitter Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link href="stylesheet.css" type="text/css" rel="stylesheet">
</head>
<body>
<iframe src="tophalf.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe>
<div align="center">
<a class="twitter-timeline" data-theme="dark" data-tweet-limit="10" data-height="800" href="https://twitter.com/jamoiholland">Tweets by @jamoiholland</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<iframe src="bottomhalf.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()"></iframe>
</body>
</html>