forked from diok22/uclTwitterBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 752 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<h1> This is the UCL Twitter Bot's main page! </h1>
<p1><a class="twitter-timeline" href="https://twitter.com/UCLSocBot?ref_src=twsrc%5Etfw">Tweets by UCLSocBot</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p1>
<p2><a href="https://twitter.com/UCLSocBot?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @UCLSocBot</a><script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script></p2>
</body>
</html>