diff options
author | Aki <please@ignore.pl> | 2021-03-30 22:43:39 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-03-30 22:43:39 +0200 |
commit | cfc3873cdc41179b114e2342bfbe00629a145a50 (patch) | |
tree | 928475ec127270b939d2e26e35fd45e6d3c14cd2 /index.html | |
download | derelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.zip derelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.tar.gz derelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.tar.bz2 |
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..950d104 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +<!doctype html> +<html lang="en"> +<title>Derelict</title> +<link rel="stylesheet" type="text/css" href="style.css"> +<script type="module" src="derelict.js"></script> |