add build
This commit is contained in:
3827
dist/assets/index-DLCEVn4m.js
vendored
Normal file
3827
dist/assets/index-DLCEVn4m.js
vendored
Normal file
File diff suppressed because one or more lines are too long
33
dist/index.html
vendored
Normal file
33
dist/index.html
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset=" utf-8">
|
||||||
|
<title> First three.js app </title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<script type="module" crossorigin src="/assets/index-DLCEVn4m.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
||||||
|
<body style="background-color:black; font-family:'Roboto Mono';">
|
||||||
|
<p style="color:rgb(150, 47, 254)" >
|
||||||
|
Hey... I'm CJ! But you can call me CJ... I'm usually kept to myself, I'm really shy... I don't want the other girls to know that... that I'm not like the other girls... that I'm actually a werewolf fairy princess with demon powers I gained from my werewolf fairy princess father and demon mother... I sometimes can't keep these powers to myself... but I have to learn how to control them in order to save the world! So yeah, that's me!
|
||||||
|
</p>
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
|
||||||
|
<a href="https://evilr.ing">EVILRING</a>
|
||||||
|
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@@ -27,7 +27,7 @@
|
|||||||
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<script type="module" src="../main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@@ -4,5 +4,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vite": "^6.2.0"
|
"vite": "^6.2.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "vite build",
|
||||||
|
"preview": "vite preview"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user