-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.89 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RobotPuisi</title>
<link rel="stylesheet" href="css/layout.css">
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
</head>
<body>
<center>
<div id="container">
<div id="content">
<h1>RobotPuisi</h1>
<p>... was born in 2014,</p>
<p>and was deactivated by Twitter & Facebook in 2020.</p>
<p><b> R.I.P</b></p>
<p>Articles written about this bot:</p>
<p><a href="https://e27.co/bot-will-write-indonesian-poem-mention-twitter-20161121/">e27 (🇺🇸)</a></p>
<p><a href="https://sg.news.yahoo.com/bot-write-indonesian-poem-mention-twitter-115211775.html">Yahoo News (🇺🇸)</a></p>
<p><a href="https://www.techfor.id/bayangkan-jika-ada-robot-yang-bisa-membuat-puisi-untukmu/">Techfor.id (🇮🇩)</a></p>
<p><a href="https://www.lieyunwang.com/archives/241843">猎云网 (LieYunWang Media)(🇨🇳)</a></p>
<p><a href="https://kknews.cc/tech/rexp6o4.html">每日頭條 (KK-News) (🇨🇳)</a></p>
<p><a href="https://poervatjaraka.wordpress.com/2018/08/06/sahabat/">Poervatjaraka (Blog)(🇮🇩)</a></p>
<p> Although it is dead, RobotPuisi remains accessible here.<p>
<p>Just keep <a href="http://robotpuisi.github.io">Reloading</a> this page!</p>
<p>See what the old bot still has to say below:</p>
<div id="output">
Output
</div>
<div id="grammar">
Grammar
</div>
<p>Here's the Google-translated page for your convenience:
<a href="https://translate.google.com/translate?hl=&sl=id&tl=en&u=https%3A%2F%2Frobotpuisi.github.io%2F">Robot Poetry</a></p>
<p> Be warned, though: Indonesian and English are massively different languages -- many of the poems may not make much sense, and some words might not be translatable.</p>
<p></p>
<p>You may also like Robot Puisi's friends:</p>
<p><a href="http://robotpuisi.github.io/dict/index.html">Future Dictionary Bot</a></p>
<p><a href="http://robotpuisi.github.io/startups/index.html">Startups Bot</a></p>
<p></p>
<p></p>
<p>PS: Want to put this bot on your site? Just copy and paste the following HTML tags into your code, and you'll embed the table above!</p>
<p><iframe src="https://robotpuisi.github.io/embed.html" title="RobotPuisi"> </iframe></p>
<p></p>
<p>Made for fun (and with love) by <a href="http://github.com/Decentricity">Decentricity</p>
</div>
</div>
<script src="js/vendor/jquery-1.11.2.min.js"></script>
<script src="js/tracery.min.js"></script>
<script src="js/grammars.js"></script>
<script src="js/app.js"></script>
<script>
document.getElementById("grammar").style.display = "none";
</script>
</center>
</body>
</html>