Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <form method="get">
  <input type="text" name="name">
  <input type="submit" name="search" id="search" value="Поиск"/>
  <input type="hidden" name="current_page" id="current_page" value="{current_page}">
</form>
<span id="pagination">
  <a href="1">1</a>
  <a href="2">2</a>
  <a href="3">3</a>
  <a href="4">4</a>
  <a href="5">5</a>
  <a href="6">6</a>
  <a href="7">7</a>
</span>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers