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.
10 lines
272 B
HTML
10 lines
272 B
HTML
<!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>
|