refactor: obsolete
This commit is contained in:
parent
5cd735c11f
commit
0af48b6493
|
@ -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>Persea</title>
|
||||
<style>
|
||||
html {
|
||||
background-color: #212121;
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
<%= htmlWebpackPlugin.tags.headTags %>
|
||||
</head>
|
||||
<body>
|
||||
<%= htmlWebpackPlugin.tags.bodyTags %>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user