liqinghua před 1 rokem
rodič
revize
5ba9f063c7
1 změnil soubory, kde provedl 15 přidání a 14 odebrání
  1. 15
    14
      dist/index.html

+ 15
- 14
dist/index.html Zobrazit soubor

@@ -1,14 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/web/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/web/assets/index-W7c0eAO7.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-tRwQDn9K.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/web/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-W7c0eAO7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-tRwQDn9K.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

Načítá se…
Zrušit
Uložit