minor changes
This commit is contained in:
parent
13696bc708
commit
dcc87e483e
23
index.php
23
index.php
@ -16,18 +16,6 @@
|
|||||||
<!-- ccs stylesheet for Particles.js -->
|
<!-- ccs stylesheet for Particles.js -->
|
||||||
<link rel="stylesheet" media="screen" href="css/style.css">
|
<link rel="stylesheet" media="screen" href="css/style.css">
|
||||||
|
|
||||||
<style type="text/css">
|
|
||||||
.footer {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
/* Set the fixed height of the footer here */
|
|
||||||
height: 60px;
|
|
||||||
line-height: 60px; /* Vertically center the text there */
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var PHPSESSIONUSER = '<?php echo $_SESSION['user']; ?>';
|
var PHPSESSIONUSER = '<?php echo $_SESSION['user']; ?>';
|
||||||
console.log(PHPSESSIONUSER);
|
console.log(PHPSESSIONUSER);
|
||||||
@ -40,11 +28,12 @@
|
|||||||
<!-- particles.js container -->
|
<!-- particles.js container -->
|
||||||
<div id="particles-js"></div>
|
<div id="particles-js"></div>
|
||||||
|
|
||||||
<!-- count particles -->
|
<!-- count particles -->
|
||||||
<div class="count-particles">
|
<!--
|
||||||
<span class="js-count-particles">--</span> particles
|
<div class="count-particles">
|
||||||
</div>
|
<span class="js-count-particles">-</span> particles
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Include the header-->
|
<!-- Include the header-->
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user