38 lines
1.0 KiB
HTML
38 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Learn Enough Python Sample App</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/stylesheets/main.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400"
|
|
rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<a href="/" class="header-logo">
|
|
<img src="/static/images/logo_b.png" alt="Learn Enough logo">
|
|
</a>
|
|
<div class="container">
|
|
<div class="content">
|
|
|
|
<h1>Sample Flask App</h1>
|
|
|
|
<p>
|
|
This is the sample Flask app for
|
|
<a href="https://www.learnenough.com/python-tutorial"><em>Learn Enough Python
|
|
to Be Dangerous</em></a>. Learn more on the <a href="/about">About</a> page.
|
|
</p>
|
|
|
|
<p>
|
|
Click the <a href="https://en.wikipedia.org/wiki/Sator_Square">Sator
|
|
Square</a> below to run the custom <a href="/palindrome">Palindrome
|
|
Detector</a>.
|
|
</p>
|
|
|
|
<a class="sator-square" href="/palindrome">
|
|
<img src="/static/images/sator_square.jpg" alt="Sator Square">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|