25 lines
616 B
HTML
25 lines
616 B
HTML
<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>
|
|
|