-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter-timeline.html
37 lines (37 loc) · 1.09 KB
/
twitter-timeline.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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>timeline twitter</title>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,200,300,400italic,400,500,500italic,700,700italic,900' rel='stylesheet' type='text/css'/>
<style>
body {
background-color:white;
margin:0;
padding:0;
color:#212121;
font-family:Roboto,Arial,sans-serif;
}
a {
color:#212121;
text-decoration:none;
}
a:hover {color:#0379C4}
iframe{border:0}
h4{margin:2px 0 0;font-size:14px}
.sub-box{
padding:0 5px 5px;
border:1px solid #dedede;
border-top:none;
border-radius:0 0 3px 3px
}
</style>
</head>
<body>
<a href="https://twitter.com/AsryFlorist?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @AsryFlorist</a>
<br />
<a class="twitter-timeline" data-width="220" data-height="350" href="https://twitter.com/AsryFlorist?ref_src=twsrc%5Etfw">Tweets by AsryFlorist</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
</div>
</body>
</html>