This commit is contained in:
Justine Pelletreau
2022-03-16 17:55:11 +01:00
parent e5adfa2d64
commit 8eea39ea07
1407 changed files with 52 additions and 29 deletions

View File

@ -0,0 +1,24 @@
<html>
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
<title>squip_notes</title>
</head>
<body>
<h1>$ ~/squip_notes</h3>
<div class="div1">
<form action="." method="POST">
<input type="text" name="title" class="title"><br>
<textarea type="text" name="text" rows = "5" cols = "60*" class="text"></textarea><br>
<button type="submit" name="submit">OK</button>
</form>
<br>
{{ nr }}
<div>
</body>
</meta>
</html>