fix 404
This commit is contained in:
parent
a4aa98ccab
commit
45744aa1af
|
@ -15,10 +15,5 @@ import '../styles/404.css'
|
||||||
<a href="/"><button class="denied__link">Go Home</button></a>
|
<a href="/"><button class="denied__link">Go Home</button></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script
|
|
||||||
type="text/javascript"
|
|
||||||
src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"
|
|
||||||
></script>
|
|
||||||
<script type="text/javascript" src="./404.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,57 +0,0 @@
|
||||||
const particles = {
|
|
||||||
fpsLimit: 120,
|
|
||||||
particles: {
|
|
||||||
number: {
|
|
||||||
value: 3,
|
|
||||||
density: {
|
|
||||||
enable: true,
|
|
||||||
area: 100,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
color: {
|
|
||||||
value: "#008781",
|
|
||||||
},
|
|
||||||
shape: {
|
|
||||||
type: "circle",
|
|
||||||
},
|
|
||||||
opacity: {
|
|
||||||
value: 1,
|
|
||||||
random: {
|
|
||||||
enable: true,
|
|
||||||
minimumValue: 0.1,
|
|
||||||
},
|
|
||||||
animation: {
|
|
||||||
enable: true,
|
|
||||||
speed: 1,
|
|
||||||
minimumValue: 0,
|
|
||||||
sync: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
size: {
|
|
||||||
value: 50,
|
|
||||||
random: {
|
|
||||||
enable: true,
|
|
||||||
minimumValue: 15,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
move: {
|
|
||||||
enable: true,
|
|
||||||
speed: 17,
|
|
||||||
direction: "down",
|
|
||||||
random: false,
|
|
||||||
straight: true,
|
|
||||||
outModes: {
|
|
||||||
default: "out",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
interactivity: {
|
|
||||||
detectsOn: "canvas",
|
|
||||||
events: {
|
|
||||||
resize: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
detectRetina: true,
|
|
||||||
};
|
|
||||||
|
|
||||||
tsParticles.load("tsparticles", particles);
|
|
Loading…
Reference in New Issue