-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 825 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 825 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
p.lead {
font-size: 200%;
}
</style>
<title> A random sentence from Wikipedia </title>
</head>
<body>
<div class="container">
<div class="pagination-centered" style="padding: 10%">
<p class="lead" style="font-size:200%">{{sentence}}</p>
</div>
<footer class="text-right"> <a style="color:#DDD"
href="//en.wikipedia.org/w/index.php?oldid={{revision_id}}"
target="_blank">{{title}}</a></footer>
</div>
</body>
</html>