JavaScript code re-org (#443)

This removes the old CPP-based web samples in favor of the new JS API.

The `web/samples` folder will be added in a subsequent commit.
This commit is contained in:
Philip Rideout
2018-11-01 11:56:15 -07:00
parent 4e3a88bbab
commit a42dcd2291
37 changed files with 15 additions and 1500 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en"><head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Tangerine:700|Inconsolata" rel="stylesheet">
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body class="verbiage">
$BODY
</body>
</html>