mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
test cf page
This commit is contained in:
@@ -1,16 +1,19 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>CfPage</title>
|
|
||||||
<base href="/" />
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<head>
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="/src/styles.css" />
|
<title>CfPage-test</title>
|
||||||
</head>
|
<base href="/" />
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
</body>
|
<link rel="stylesheet" href="/src/styles.css" />
|
||||||
</html>
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user