mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-03 21:21:01 +02:00
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
22 lines
745 B
PHP
22 lines
745 B
PHP
<!-- tsParticles container -->
|
|
<script src="https://cdn.jsdelivr.net/npm/tsparticles@1.28.0/dist/tsparticles.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2.5.0/custom-elements-es5-adapter.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2.5.0/webcomponents-loader.js"></script>
|
|
<script type="module" src="https://cdn.jsdelivr.net/npm/web-particles@1.1.0/dist/web-particles.min.js"></script>
|
|
|
|
<style>
|
|
canvas {
|
|
display: block;
|
|
vertical-align: bottom;
|
|
}
|
|
/* ---- tsparticles container ---- */
|
|
#tsparticles {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 98%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
}
|
|
|
|
</style> |