adding in flask
This commit is contained in:
27
templates/sheet.html
Normal file
27
templates/sheet.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user