Quick Start Template
Quick start with a ready made template using CDN stylesheet
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/@leapdev/gui-leap@latest/dist/css/leap.css">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Contents
- Quick Start