package miaou-driver-web

  1. Overview
  2. Docs

Source file web_assets.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(*****************************************************************************)
(*                                                                           *)
(* SPDX-License-Identifier: MIT                                              *)
(* Copyright (c) 2025 Nomadic Labs <contact@nomadic-labs.com>                *)
(*                                                                           *)
(*****************************************************************************)

(** Static assets embedded at compile time. *)

let index_html = [%blob "static/index.html"]

let viewer_html = [%blob "static/viewer.html"]

let client_js = [%blob "static/client.js"]