examples/website-demo/index.html (14 lines of code) (raw):
<!doctype html>
<html>
<head>
<meta charset='UTF-8' />
<title>streetscape.gl demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="img/ico" href="favicon.ico">
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.51.0/mapbox-gl.css' rel='stylesheet' />
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>