moved build app
This commit is contained in:
parent
68d812b7a2
commit
00b9829137
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
19
index.html
19
index.html
@ -1,5 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<body>
|
||||
<h1>hello world!</h1>
|
||||
<p>pages server</p>
|
||||
</body>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
<script type="module" crossorigin src="/assets/index-BPgokE0a.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DiwrgTda.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
14
react-demo/dist/index.html
vendored
14
react-demo/dist/index.html
vendored
@ -1,14 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
<script type="module" crossorigin src="/assets/index-BPgokE0a.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DiwrgTda.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user