-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathln_loader.html
More file actions
19 lines (15 loc) · 886 Bytes
/
ln_loader.html
File metadata and controls
19 lines (15 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>LN</title>
<meta name="author" content="lanacion.com" />
<script src="http://especiales.lanacion.com.ar/multimedia/proyectos/LN_loader/js/spin.min.js"></script>
</head>
<body>
<!-- LN LOADER -->
<div id="loader" style="width: 60px; height: 120px; position: relative; left: 50%; top: 0; margin-left:-30px; background-image: url('http://especiales.lanacion.com.ar/multimedia/proyectos/LN_loader/ln.svg'); background-repeat: no-repeat; background-position: center;"></div>
<script>var opts={lines:40,length:2,width:1,radius:25,corners:0.5,rotate:1,color:"#006998",speed:1,trail:60,shadow:false,hwaccel:false,className:"spinner",zIndex:2000000000,top:0,left:0};var target=document.getElementById("loader");var spinner=new Spinner(opts).spin(target);</script>
<!-- LN LOADER -->
</body>
</html>