Skip to content

Commit

Permalink
Trying to fix the viewer with GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
CORBIERE Sebastien committed Jun 22, 2024
1 parent 3a16a07 commit a10c452
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<!DOCTYPE html>
<!doctype html>
<html lang="">

<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">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="/YTClipPlaylist/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title><%= htmlWebpackPlugin.options.title %>
</title>
<title>ytclipplaylist</title>
<script defer="defer" src="/YTClipPlaylist/js/chunk-vendors.0fd5c7fe.js"></script>
<script defer="defer" src="/YTClipPlaylist/js/app.bfbc7b89.js"></script>
<link href="/YTClipPlaylist/css/app.6d69f86c.css" rel="stylesheet">
</head>

<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<body><noscript><strong>We're sorry but ytclipplaylist doesn't work properly without JavaScript enabled. Please enable
it to continue.</strong></noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

</html>

0 comments on commit a10c452

Please sign in to comment.