add placeholder main page

This commit is contained in:
2024-10-03 19:19:12 +03:00
parent 633778d732
commit 6840415069
2 changed files with 27 additions and 3 deletions

10
static/page.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>url shortener</title>
</head>
<body>
(url shortener)
</body>
</html>