logo DevAnswer - Developers Answer

HTML Background Code with Escaping Particles

17th October

Preview


Source Code
                            <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from www.devanswer.com -->


<style>
body {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
   background: #000000;
    line-height: 1.4;
    overflow-x: hidden !important;
}
</style>

</head>
<body>
<script src='http://www.devanswer.com/codes/files/pineapple.js'></script><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Developers Answer</a></div>
<script>
const particles = new Pineapple()
// particles.createBackgroundParticlesCircle({size:4,particleNumber:2500,color:'#ffaaff',speed:0.41})
particles.createBackgroundParticlesSquare({size:4,particleNumber:2500,color:'#ffaaff',speed:0.41})
</script>

</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpbh-mt'},{'server':'p3plmcpnl484880'},{'dcenter':'p3'},{'cp_id':'765442'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>                        



Other Codes