Added templates, moved old ones

This commit is contained in:
2022-03-12 04:29:24 +01:00
parent 5916eb98e9
commit 113c7a761e
4 changed files with 70 additions and 75 deletions

10
src/templates/api.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>LittlePrynter API</title>
</head>
<body>
"Welcome to the printing software's API. Please see the index page to get started.
</body>
</html>