<!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/style.css" rel="stylesheet">
<style type="text/css">@font-face {font-family:Snippet;font-style:normal;font-weight:400;src:url(/cf-fonts/s/snippet/5.0.11/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Poiret One;font-style:normal;font-weight:400;src:url(/cf-fonts/s/poiret-one/5.0.18/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Poiret One;font-style:normal;font-weight:400;src:url(/cf-fonts/s/poiret-one/5.0.18/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Poiret One;font-style:normal;font-weight:400;src:url(/cf-fonts/s/poiret-one/5.0.18/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}</style>
<!--[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>