Putting up on mule, apache2 mod_wsgi

This commit is contained in:
2015-08-02 22:09:36 -04:00
parent e7b0d09b46
commit 038843861b
4 changed files with 24 additions and 3 deletions

View File

@@ -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="">