add a simple Google appengine implementation
Add a really simple Google app engine implementation.
This commit is contained in:
27
appengine_index.html
Normal file
27
appengine_index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
||||
|
||||
<title>HDCP Key Generator</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>HDCP key generator</h1>
|
||||
|
||||
<p>The following links generate a random HDCP source or sink key
|
||||
as a machine-readable JSON object.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="keys/source">Generate random source key.</a></li>
|
||||
|
||||
<li><a href="keys/sink">Generate random sink key.</a></li>
|
||||
</ul>
|
||||
|
||||
<p><a href="http://github.com/rjw57/hdcp-genkey">Source code</a>
|
||||
available from <a href="http://gihub.com/">github</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user