Add preloader functionality
This commit is contained in:
@@ -18,15 +18,19 @@
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||
|
||||
<script type="text/javascript" src="js/custom.js"></script>
|
||||
|
||||
<noscript><style>.nojs {display: none;}</style></noscript>
|
||||
</head>
|
||||
|
||||
<body onload="setBackground()">
|
||||
<body>
|
||||
<div id="background-image"></div>
|
||||
|
||||
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
|
||||
|
||||
<div id="content">
|
||||
<img id="logo" src="https://cdn.enp.one/img/logos/aah-md.jpg"/>
|
||||
|
||||
<h1>AllAroundHere</h1>
|
||||
<h1>All Around Here</h1>
|
||||
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
|
||||
Reference in New Issue
Block a user