forked from abhi12ravi/mozillatn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwitter.html
More file actions
45 lines (30 loc) · 803 Bytes
/
twitter.html
File metadata and controls
45 lines (30 loc) · 803 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>
Social Media
</title>
<style>
html, body
{
height: 100%;
}
.twitter-timeline{
height: 100%;
width: 100%;
}
#footer{
height:0px;
width:100%;
}
</style>
</head>
<body>
<div style="width:100%; margin-left:20%" class="twitter-timeline">
<a class="twitter-timeline" href="https://twitter.com/mozillaTN" data-widget-id="497393013144838146" width="900">Tweets by @mozillaTN</a>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div id='footer'>
</div>
</body>
</html>