This commit is contained in:
Justine Pelletreau
2022-03-16 15:02:53 +01:00
commit e5adfa2d64
1404 changed files with 270042 additions and 0 deletions

24
templates/homepage.html Normal file
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="titleinput">
<input type="text" name="text" class="textinput">
<button type="submit">OK</button>
</form>
<br>
{{ nr }}
<div>
</body>
</meta>
</html>