keyboard.php



HTML 5 DTD
UTF-8 in meta tag
'use strict';
jquery2.php
c.js
(Check the JS console.)

link one

<!DOCTYPE HTML>
<meta charset='utf-8' />

link two

<style>
 body {
  font-family : Verdana;
 }
</style>

link three

<script src='//includes.premo.biz/jquery2.php' ></script>
<script src='//includes.premo.biz/c.js' ></script>