diff options
author | Marvin Borner | 2022-05-31 14:17:19 +0200 |
---|---|---|
committer | Marvin Borner | 2022-05-31 14:17:19 +0200 |
commit | b8be82d9113dd0fec9021aa573039cc64dbd849a (patch) | |
tree | 0694d21e5ba03e843dc6f03d1c5b1ed033123875 /.boilerplates/web/index.html | |
parent | 272cc6e941d798d7270fcf74a98f592ef06e14ac (diff) |
Clean
Diffstat (limited to '.boilerplates/web/index.html')
-rw-r--r-- | .boilerplates/web/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.boilerplates/web/index.html b/.boilerplates/web/index.html deleted file mode 100644 index 47f32f6..0000000 --- a/.boilerplates/web/index.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width" /> - <link rel="stylesheet" href="style.css" type="text/css" media="all"> - <title>Index</title> - </head> - <body> - - <script src="script.js" charset="utf-8"></script> - </body> -</html> |