fix script path
This commit is contained in:
parent
ad2e45176a
commit
885fb3fa5f
@ -5,32 +5,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Imgsort 2</title>
|
<title>Imgsort 2</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<!-- <style> -->
|
|
||||||
<!-- body { -->
|
|
||||||
<!-- font-family: Arial, sans-serif; -->
|
|
||||||
<!-- text-align: center; -->
|
|
||||||
<!-- margin: 50px; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- img { -->
|
|
||||||
<!-- max-width: 90%; -->
|
|
||||||
<!-- height: auto; -->
|
|
||||||
<!-- margin-bottom: 20px; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- .button-group { -->
|
|
||||||
<!-- margin-top: 20px; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- button { -->
|
|
||||||
<!-- padding: 10px 20px; -->
|
|
||||||
<!-- margin: 5px; -->
|
|
||||||
<!-- font-size: 16px; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- .progress { -->
|
|
||||||
<!-- /* float: left; */ -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- </style> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="/src/index.js" async></script>
|
<script src="index.js" async></script>
|
||||||
|
|
||||||
<div id="preload-file" style="display: none; visibility: hidden"></div>
|
<div id="preload-file" style="display: none; visibility: hidden"></div>
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
Reference in New Issue
Block a user