aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorKukielka <kukielka58@gmail.com>2018-04-16 12:45:44 +0200
committerKukielka <kukielka58@gmail.com>2018-04-16 12:45:44 +0200
commit58ec029df941b0326a9e6c32082431845f36f458 (patch)
tree80a22f7fdb3a6c74cf9a32638242253c48a77ec2 /index.php
parentb9dfafa3bdf2783d8a790c20473e910bd9217d4d (diff)
downloadsimple-dash-fork-58ec029df941b0326a9e6c32082431845f36f458.zip
Cleaning up
Preloading Font, removed unnecessary FA fonts
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 8bdf315..5b91cb4 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,7 @@
</head>
<body id="homepage">
+ <span class="fa fa-asterisk" style="opacity: 0;"></span>
<div id="links-wrap" class="menu-item bg">
<center><p>
<?php
@@ -47,6 +48,7 @@
width: dimensions.width,
height: dimensions.height
});
+
target.style['background-image'] = 'url(' + pattern.png() + ')';
target.style['background-size'] = 'cover';
target.style['-webkit-background-size'] = 'cover';