diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
commit | 5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 (patch) | |
tree | 83eb374a71de46ccb8ec17b803976b9a5e11bb2e /templates/index.html | |
parent | e405d3f244d074f00658e020795a90ec3f69add7 (diff) | |
download | phylactery-fc309c292088a6cbf15de07ac3bacddc75434e2e.tar.gz |
Polish up for a release 0.1.0
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 67f96fb..0000000 --- a/templates/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html lang=en> -<meta charset=utf-8> -<meta name=viewport content='width=device-width, initial-scale=1'> -<link rel=stylesheet href=/static/style.css> -<link rel=icon href=/static/favicon.svg> -<title>{{.}}</title> -<body> -</body> -</html> |