Skip to content

Instantly share code, notes, and snippets.

View cccr's full-sized avatar

Pavel Korshunov cccr

  • PA
  • 12:59 (UTC -05:00)
View GitHub Profile
@cccr
cccr / haiku.html
Created January 29, 2016 13:55
page to check haiku syllables
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>haiku</title>
</head>
<body>
<textarea id="text" rows="3" cols="30"></textarea>
<div id="res"></div>
<script>