refactor: obsolete

This commit is contained in:
cha0s 2024-01-12 05:00:49 -06:00
parent a3b702f4db
commit 04bcc4a230

View File

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="<%= htmlWebpackPlugin.options.lang %>">
<head>
<base href="/" />
<meta charset="utf-8">
<link rel="icon" type="image/png" href="/assets/icon.png" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Humus</title>
<style>
html {
background-color: #212121;
color: #ffffff;
}
</style>
<%= htmlWebpackPlugin.tags.headTags %>
</head>
<body>
<%= htmlWebpackPlugin.tags.bodyTags %>
</body>
</html>