did some code
This commit is contained in:
16
templates/notes.html
Normal file
16
templates/notes.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Notes</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="http://localhost:5000/">Home (No save)</a>
|
||||
<form action="http://localhost:5000/savenotes" method="post">
|
||||
<input for="path" name="path" type="hidden" value="{{ path }}" style="display: hidden;"></input>
|
||||
<textarea for="notes" name="notes">{{ notes }}</textarea>
|
||||
<input type="submit" value="save"></input>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user