commit b9817127a06b48e2772e76199555919c902fc345 parent 40b6f99e742a52d6f3dbade9cff99e5cb9c52d27 Author: Matsuda Kenji <contact2655@matsudakenji.xyz> Date: Tue, 14 Dec 2021 07:23:17 +0900 delete template Diffstat:
D | templates/base.html | | | 25 | ------------------------- |
1 file changed, 0 insertions(+), 25 deletions(-)
diff --git a/templates/base.html b/templates/base.html @@ -1,25 +0,0 @@ -<!DOCTYPE html> -<html lang="ja"> -<head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width,initial-scale=1" /> - <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> - <title>はつかぜ</title> -</head> -<body> - <header> - <h3> - <a href=/>はつかぜ</a> - </h3> - </header> - <main> - <article> - <!--content--> - </article> - - </main> - <footer> - </footer> -</body> -</html>