31 lines
926 B
HTML
31 lines
926 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Load</title>
|
|
<link href="loadscreen.css" rel="stylesheet" type="text/css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
<script src="../js/loadscreen.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="https://unsplash.it/500/500/?random">
|
|
<img src="https://unsplash.it/501/501/?random">
|
|
<img src="https://unsplash.it/502/502/?random">
|
|
<img src="https://unsplash.it/503/503/?random">
|
|
<img src="https://unsplash.it/504/504/?random">
|
|
<img src="https://unsplash.it/505/505/?random">
|
|
<img src="https://unsplash.it/506/506/?random">
|
|
<img src="https://unsplash.it/507/507/?random">
|
|
<img src="https://unsplash.it/508/508/?random">
|
|
<!--<img src="https://unsplash.it/509/509">-->
|
|
|
|
<div id="loadscreen">
|
|
<div class="loadtable">
|
|
<div class="loadtext">loading...</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |