-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwebfront.html
More file actions
43 lines (37 loc) · 1.08 KB
/
webfront.html
File metadata and controls
43 lines (37 loc) · 1.08 KB
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>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Mukta">
<style>
body {
font-family: 'Mukta', serif;
font-size: 15px;
text-align: center;
}
div {
margin: auto;
}
div.container {
width: 50%;
min-width: 500px;
align-content: center;
}
</style>
</head>
<bod
<h1> This is the UCL Twitter Bot's main page! </h1>
<div class="container">
<div><a href="https://twitter.com/UCLSocBot?ref_src=twsrc%5Etfw" class="twitter-follow-button"
data-show-count="false" , data-size="large">Follow
@UCLSocBot</a>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="container">
<div><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>
</div>
</div>
</body>
</html>