forked from DropshareApp/carloe-dropshare-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dropshare-LandingPage.html
63 lines (58 loc) · 2.24 KB
/
Dropshare-LandingPage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<META NAME="robots" CONTENT="noindex, nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="../favicon.ico" />
<meta name="generator" content="http://mkswap.net/dropshare">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../css/theme.css">
<link rel="stylesheet" href="../css/drpcarloio.css">
<link rel="stylesheet" href="../css/animation.css">
<link rel="apple-touch-icon" href="../apple-touch-icon.png">
<!--[if IE 7]><link rel="stylesheet" href="css/carloio-ie7.css"><![endif]-->
<title>carlo.io – __FILENAME__ (__FILESIZE__)</title>
<script language="JavaScript">
<!--
function autoResize(id){
var newheight;
var newwidth;
if(document.getElementById){
newheight=document.getElementById(id).contentWindow.document .body.scrollHeight;
newwidth=document.getElementById(id).contentWindow.document .body.scrollWidth;
}
document.getElementById(id).height= (newheight) + "px";
document.getElementById(id).width= (newwidth) + "px";
}
//-->
</script>
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="header">
<span class="logo the-icons"><i class="icon-cloud"></i></span>
<span class="title">carlo.io</span>
</div>
<div class="preview">
__PREVIEW__
</div>
<div class="footer">
<span class="footer-icon the-icons"><i class="icon-doc"></i></span>
<span>__FILENAME__</span>
<span class="div">__FILESIZE__</span>
<span class="div"><a href="__PATH__">Download</a></span>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55866490-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>