<!DOCTYPE html>
<html lang="Ru-ru">
<head>
<meta charset="utf-8">
<title>Сервис коротких ссылок</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Простой скрипт для создания коротких ссылок"/>
<!-- Le styles -->
<link href="https://sks.php-ru.info/assets/css/bootstrap.css" rel="stylesheet">
<link href="https://sks.php-ru.info/assets/css/A.style.css.pagespeed.cf.u9QPyP_VIm.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Snippet|Poiret+One' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="https://sks.php-ru.info/assets/img/favicon.ico">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://sks.php-ru.info/assets/js/jquery.zclip.min.js.pagespeed.jm.ft-h9rbSwu.js"></script>
<script>var text_input=document.getElementById('urlbox');text_input.focus();text_input.select();</script>
<script>$(document).ready(function(){$("#flashbtn").zclip({path:'https://sks.php-ru.info/assets/ZeroClipboard.swf',copy:$('#appendedInputButton').val(),afterCopy:function(){$('.check').slideDown();}});});setTimeout(function(){$(".check").slideUp("slow");},8000);</script>
<script type="text/javascript">$(document).ready(function(){$.ajaxSetup({cache:false});$('#urlvisits').load('https://sks.php-ru.info/stats-api.php?a=totalhits');$('#urltotal').load('https://sks.php-ru.info/stats-api.php?a=totalcreated');$('#urlrecent').load('https://sks.php-ru.info/stats-api.php?a=recent');$('#urlrecentview').load('https://sks.php-ru.info/stats-api.php?a=recentview');});</script>
</head>
<body>
<div class="container">
<script src='https://www.google.com/recaptcha/api.js'></script>
<h1>Сервис коротких ссылок</h1><br/>
<b>введите url для сокращения вашей ссылки:</b>
<form method="post" action="create.php" id="urlcreateform">
<div class="input-append">
<input class="span8 meela" nFocus="clearText(this)" id="urlbox" name="url" pladeholder="https://" type="text"><button class="btn btn-large btn-primary" type="submit" id="submit"/>Сократить</button>
</div>
<center>
<div id="opt">
<label class="optlabel" for="custom">Свой URL <span style="font-size:9px;"><em>(по желанию)</em></span>:</label>
<input class="meela_custom" type="text" id="custombox" name="custom" size="40" value=""/>
</div>
<div style="clear:both; width:100%; height:140px;">
<div class="g-recaptcha" data-sitekey="6LcBixYTAAAAAEfFOaXf5sGZSmm4-Hlse2V-vxNe"></div>
</div>
</center>
</form>
<div class="clear"></div>
<div class="span3 meelab home_stats">
<span>Всего сайтов:</span>
<p id="urltotal">^_^</p>
</div>
<div class="span3 meelab home_stats">
<span>Общее количество визитов:</span>
<p id="urlvisits">^_^</p>
</div>
<div class="clearfix"></div>
<br/>
<h3><a href="https://php-ru.info/servisy.html" target="_blanck">Все SEO-сервисы</a></h3>
</div> <!-- /container -->
</body>
</html>