forked from p3dchina/p3dchina.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfomo3d.html
31 lines (27 loc) · 905 Bytes
/
fomo3d.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fomo3D- EXIT-SCAM Interface</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.14/semantic.min.css">
<link rel="stylesheet" href="/css/alertify.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous">
</script>
</head>
<body style="background-color:#250625">
<div id="particles-js">
</div>
<script type="text/javascript">
$(document).ready(function(){
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'js/particlesjs-config.json', function() {
console.log('callback - particles.js config loaded');
})
});
</script>
<script src="js/particles.js" type="text/javascript"></script>
</body>
</html>