Skip to content

Commit

Permalink
chore: replace client resource link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Jul 17, 2024
1 parent 37f0602 commit 9f9323f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/core/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="icon" type="image/svg+xml" href="https://unplugin.unjs.io/logo.svg">
<link rel="stylesheet" href="https://esm.sh/@picocss/pico@2.0.6/css/pico.min.css">
<link rel="icon" type="image/svg+xml" href="https://utc.yuy1n.io/logo.svg">
<title>Launch Editor</title>
</head>
<style>
Expand Down
4 changes: 2 additions & 2 deletions src/core/client/inspect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unplugin Turbo Console</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="icon" type="image/svg+xml" href="https://unplugin.unjs.io/logo.svg">
<link rel="stylesheet" href="https://esm.sh/@picocss/pico@2.0.6/css/pico.min.css">
<link rel="icon" type="image/svg+xml" href="https://utc.yuy1n.io/logo.svg">
</head>
<style>
pre>code {
Expand Down

0 comments on commit 9f9323f

Please sign in to comment.