41 lines
1.8 KiB
Smarty
41 lines
1.8 KiB
Smarty
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Friend-to-Friend Filesharing without additional Software. The Browser uses javascript based peer to peer communication to transfer files directly to their target without using a host service.">
|
|
<meta name="keywords" content="p2p,torrent,friend2friend,webtorrent,feross,filesharing">
|
|
<meta name="author" content="Webcraft-Media.de">
|
|
<meta name="fragment" content="!start">
|
|
<title>SlingiT</title>
|
|
<style>
|
|
#headbanner {
|
|
background: url(./files/img/headbanner.png) no-repeat;
|
|
background-size: contain;
|
|
}
|
|
</style>
|
|
${css}
|
|
${js}
|
|
<link rel="shortcut icon" href="./files/img/favicon.png" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div class="modal fade" id="modal_text" style="" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-body" id="modaltext"></div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn" data-dismiss="modal" id="edit_close">Close</button>
|
|
</div>
|
|
</div><!-- /.modal-content -->
|
|
</div><!-- /.modal-dialog -->
|
|
</div><!-- /.modal -->
|
|
|
|
<div id="headbanner"></div>
|
|
<div id="content"></div>
|
|
|
|
<div id="footer">
|
|
<a href="#!start(about)" id="about">About</a>
|
|
<a href="#!start(impressum)" id="impressum">Impressum</a>
|
|
${langswitcher}
|
|
</div>
|
|
</body>
|
|
</html> |