Putting up on mule, apache2 mod_wsgi
This commit is contained in:
@@ -1,10 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Buzzfeed Haiku Generator</title>
|
||||
<title>BuzzFeed Haiku Generator</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
}
|
||||
div.haiku pre {
|
||||
font-size: large;
|
||||
}
|
||||
div.footer {
|
||||
font-size: small;
|
||||
margin-top: 50px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Buzzfeed Haiku Generator</h1>
|
||||
<h2>BuzzFeed Haiku Generator</h2>
|
||||
<div class="haiku">
|
||||
<pre>{{haiku}}</pre>
|
||||
<form action="">
|
||||
|
||||
Reference in New Issue
Block a user