Skip to content

Commit

Permalink
完成task06和task05
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrozz committed Dec 3, 2024
1 parent 7fbda79 commit 1e6d818
Show file tree
Hide file tree
Showing 15 changed files with 18,533 additions and 231 deletions.
215 changes: 215 additions & 0 deletions mover/jethrozz/code/my_ptb/dist/assets/index-CUQgshzB.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mover/jethrozz/code/my_ptb/dist/assets/index-DtuJxWbU.css

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions mover/jethrozz/code/my_ptb/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!doctype html>
<html lang="en" class="dark-theme" style="color-scheme: dark">
<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>Sui dApp Starter</title>

<style>
/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
}
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
}
#root,
#__next {
isolation: isolate;
}
</style>
<script type="module" crossorigin src="/assets/index-CUQgshzB.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DtuJxWbU.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Loading

0 comments on commit 1e6d818

Please sign in to comment.