adding in flask

This commit is contained in:
zack
2026-04-23 18:35:11 -04:00
parent 206a229895
commit 390f062e0a
7 changed files with 309 additions and 27 deletions

27
templates/sheet.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>FlaskTest</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"
>
</head>
<body>
<div class="columns is-mobile is-centered">
<div class="column is-two-thirds">
<p class="bd-notification is-primary">
<pre>{{htmlBody}}</pre>
</p>
</div>
</div>
</body>
</html>