-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter.html
18 lines (18 loc) · 864 Bytes
/
twitter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row" style="position:absolute;left:50%;transform:translate(-50%)">
<div class="col-xs-12 text-center"><a class="twitter-timeline" data-theme="dark" href="https://twitter.com/bchesky?ref_src=twsrc%5Etfw">Tweets by bchesky</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div>
</div>
</div>
</body>
</html>