Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Logible authored Oct 28, 2023
1 parent 567168d commit ed09d0d
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
<!DOCTYPE html>
<html lang="">
<head>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="/reset.css">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="favicon.ico">
<!-- <link rel="stylesheet" href="/reset.css"> -->
<title>forest</title>
<link href="css/app.45f103df.css" rel="preload" as="style">
<link href="css/chunk-vendors.06c3b195.css" rel="preload" as="style">
<link href="js/app.3c1efd0f.js" rel="preload" as="script">
<link href="js/chunk-vendors.dbbe8278.js" rel="preload" as="script">
<link href="css/chunk-vendors.06c3b195.css" rel="stylesheet">
<link href="css/app.45f103df.css" rel="stylesheet">
</head>

<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<script src="js/chunk-vendors.dbbe8278.js"></script>
<script src="js/app.3c1efd0f.js"></script>
</body>

</html>

0 comments on commit ed09d0d

Please sign in to comment.