only copy of index.html is in /src after webpack update

This commit is contained in:
2022-06-29 01:29:23 +02:00
parent f5ff2ba44c
commit 92a9ccd470
2 changed files with 0 additions and 36 deletions

View File

@@ -1,35 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&amp;subset=cyrillic"
rel="stylesheet"
/>
<title>request.movie</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/apple-touch-icon.png"
/>
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" />
<link rel="manifest" href="/favicons/manifest.json" />
<link
rel="mask-icon"
href="/favicons/safari-pinned-tab.svg"
color="#01d277"
/>
<meta name="theme-color" content="#081c24" />
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/dist/build.js"></script>
</body>
<script
src="https://cdn.ravenjs.com/3.23.1/vue/raven.min.js"
crossorigin="anonymous"
></script>
</html>

View File

@@ -25,7 +25,6 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="text/javascript" src="/dist/build.js"></script>
</body> </body>
<script <script