Create navbar_base.html

This commit is contained in:
2025-03-24 10:11:50 +01:00
parent b60698d24e
commit cb8e5e035d

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Default</title>
</head>
<body>
</body>
</html>