Initial Commit

This commit is contained in:
2017-03-07 10:55:53 +01:00
commit 498492d79e
7 changed files with 140 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<!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>
+11
View File
@@ -0,0 +1,11 @@
@import "../scss/loadscreen";
#loadscreen{
//@include
//background-color: white;
}
img {
@include cols(3,0);
margin-bottom: -4px;
}