summary refs log tree commit diff
path: root/ripple/website/default.nix
blob: 12a427596219f0049ea776a6a44203122c42929c (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: V <v@unfathomable.blue>
# SPDX-License-Identifier: LicenseRef-NONE

{ writeTextDir }:

writeTextDir "index.html" ''
  <!DOCTYPE html>
  <title>Ripple</title>
  WIP
''