mirror of
https://github.com/patrickbeane/quote-of-the-day.git
synced 2026-03-29 05:05:31 +00:00
Secure, rate‑limited Flask + Gunicorn microservice with SQLite persistence, delivery tracking, and systemd deployment config. Includes setup script, HTML template, and production‑ready README.
11 lines
254 B
HTML
11 lines
254 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Quote of the Day</title>
|
|
</head>
|
|
<body>
|
|
<h1>Quote of the Day</h1>
|
|
<p>Visit <code>/quote</code> for plain text or <code>/api/quote</code> for JSON.</p>
|
|
</body>
|
|
</html> |