|
1 | 1 | <html> |
| 2 | + |
2 | 3 | <head> |
3 | | -<title>Redirezione a Zeronet | Morrolinux</title> |
4 | | -<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
5 | | -<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.4.2'></script> |
| 4 | + <title>Redirezione a Zeronet | Morrolinux</title> |
| 5 | + <link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
| 6 | + <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.4.2'></script> |
6 | 7 | </head> |
7 | 8 |
|
8 | 9 | <body style="background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #B5B5B5 100%);"> |
9 | 10 |
|
10 | | -<script> |
11 | | -$(document).ready(function(){ |
12 | | -$('body').css('display', 'none'); |
13 | | -$('body').fadeIn(500); |
14 | | -$('body').delay(4000).fadeOut(500); |
15 | | -}); |
16 | | -</script> |
| 11 | + <script> |
| 12 | + $(document).ready(function() { |
| 13 | + $('body').css('display', 'none'); |
| 14 | + $('body').fadeIn(500); |
| 15 | + $('body').delay(4000).fadeOut(500); |
| 16 | + }); |
| 17 | + </script> |
17 | 18 |
|
18 | | -<h1 style="color: #333333; |
| 19 | + <h1 style="color: #333333; |
19 | 20 | font-weight: 700; |
20 | 21 | margin: 0; |
21 | 22 | padding: 0; |
22 | 23 | font-size: 100px; |
23 | 24 | font-family: 'Oswald', Helvetica, Arial, sans-serif; |
24 | 25 | text-align: center;">MORROLINUX.IT/BLOG</h1> |
25 | 26 |
|
26 | | -<h1 style="color: #4B4B4B; |
| 27 | + <h1 style="color: #4B4B4B; |
27 | 28 | font-weight: 400; |
28 | 29 | margin: 0; |
29 | 30 | padding: 0; |
30 | 31 | font-size: 60px; |
31 | 32 | font-family: 'Oswald', Helvetica, Arial, sans-serif; |
32 | 33 | text-align: center;">Benvenuto</h1> |
33 | 34 |
|
34 | | -<h1 style="color: #767676; |
| 35 | + <h1 style="color: #767676; |
35 | 36 | font-weight: 300; |
36 | 37 | margin: 0; |
37 | 38 | padding: 0; |
38 | 39 | font-size: 30px; |
39 | 40 | font-family: 'Oswald', Helvetica, Arial, sans-serif; |
40 | 41 | text-align: center;">SARAI REINDIRIZZATO ENTRO 5 SECONDI...</h1> |
41 | 42 |
|
42 | | -<meta http-equiv="Refresh" content = "5; URL=http://morrolinux.it:43110"> |
| 43 | + <meta http-equiv="Refresh" content="5; URL=http://morrolinux.it:43110"> |
43 | 44 |
|
44 | 45 | </body> |
| 46 | + |
45 | 47 | </html> |
0 commit comments