Skip to content

Commit

Permalink
修改为cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZtfCoder committed Aug 10, 2024
1 parent 49ea0ff commit ed5f24f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fastly.jsdelivr.net/gh/ZtfCoder/love/css/style.css">
</head>

<body>
<script src='js/three.min.js'></script>
<script src='js/MeshSurfaceSampler.js'></script>
<script src='js/TrackballControls.js'></script>
<script src='js/simplex-noise.js'></script>
<script src='js/OBJLoader.js'></script>
<script src='js/gsap.min.js'></script>
<script src="js/dayjs.min.js"></script>
<script src="js/script.js"></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/three.min.js'></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/MeshSurfaceSampler.js'></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/TrackballControls.js'></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/simplex-noise.js'></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/OBJLoader.js'></script>
<script src='https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/gsap.min.js'></script>
<script src="https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/dayjs.min.js"></script>
<script src="https://fastly.jsdelivr.net/gh/ZtfCoder/love/js/script.js"></script>
</body>

</html>

0 comments on commit ed5f24f

Please sign in to comment.