diff options
author | Richard <q@1bpm.net> | 2025-04-13 18:48:02 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-04-13 18:48:02 +0100 |
commit | 9fbf91db06a6d4f4b5cd8bb45389a731bb86bf22 (patch) | |
tree | 291bd79ce340e67affa755a8a6b4f6a83cce93ea /site/index.html | |
download | apps.csound.1bpm.net-9fbf91db06a6d4f4b5cd8bb45389a731bb86bf22.tar.gz apps.csound.1bpm.net-9fbf91db06a6d4f4b5cd8bb45389a731bb86bf22.tar.bz2 apps.csound.1bpm.net-9fbf91db06a6d4f4b5cd8bb45389a731bb86bf22.zip |
initial
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..08c607f --- /dev/null +++ b/site/index.html @@ -0,0 +1,12 @@ +<html> + <head> + <style type="text/css"> + body { + background-color: black; + } + </style> + </head> + <body> + </body> +</html> + |