-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_reddit.html
42 lines (39 loc) · 1.93 KB
/
about_reddit.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
38
39
40
41
42
<!DOCTYPE html>
<html>
<title>About me</title>
<style>
.class1{
margin: 0;
position: absolute;
top: 40%;
left: 49%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
a {
color: red;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}
</style>
<body style="background-color:black;">
<div class="class1">
<pre style="color: white;">
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: r/AskReddit Bot ::
:: ::
:: About: ::
:: r/AskReddit Bot is an application in which questions from the Reddit subreddit r/AskReddit get scraped and put together in a video ::
:: with the help of python modules.The video then gets uploaded to youtube with a custom-generated thumbnail and background music. ::
:: ::
:: ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
<a href="index.html">Back to menu</a>
</pre>
</div>
</body>
</html>