22 lines
777 B
HTML
22 lines
777 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>GoSmartKeyboard</title>
|
|
<link rel="stylesheet" href="google-code-prettify/prettify.css">
|
|
<link rel="stylesheet" href="styles/prettify-theme.css">
|
|
<script defer src="google-code-prettify/prettify.js"></script>
|
|
<script defer src="google-code-prettify/run_prettify.js"></script>
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
</head>
|
|
|
|
<!-- Generated by srcweave https://github.com/justinmeiners/srcweave -->
|
|
<h1>Keyboarding Tools<a id="c22"></a></h1>
|
|
|
|
|
|
<p>The actual keyboarding tools are completely seperate from the server and client code.
|
|
As far as features are concerned, they only need to write to a file (a fifo read by the client)</p>
|
|
</body>
|
|
</html>
|