diff options
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..0de18b6 --- /dev/null +++ b/templates/default.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> +<head> +<link rel="stylesheet" href="/css/style.css" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>$title$</title> +</head> +$body$ +<body> +</body> +</html> |