Skip to content

Commit

Permalink
Merge pull request #2 from oligami-0424/main
Browse files Browse the repository at this point in the history
3d test on vite
  • Loading branch information
oligamiq committed Apr 3, 2023
2 parents 1a8ba20 + f31947d commit b58dc04
Show file tree
Hide file tree
Showing 19 changed files with 988 additions and 145 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!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 + TS</title>
<style>
.logo.vanilla:hover {
filter: drop-shadow(0 0 2em #ffe21c);
}
</style>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
Loading

0 comments on commit b58dc04

Please sign in to comment.