diff options
| author | J08nY | 2016-04-16 03:23:48 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-16 03:23:48 +0200 |
| commit | 6c5bbc5fa0bad633325fc3901a3c72c2c0ad64a5 (patch) | |
| tree | e5d8732622c658b50fd85060d8b7637f4b73e998 /index.html | |
| download | ld35-6c5bbc5fa0bad633325fc3901a3c72c2c0ad64a5.tar.gz ld35-6c5bbc5fa0bad633325fc3901a3c72c2c0ad64a5.tar.zst ld35-6c5bbc5fa0bad633325fc3901a3c72c2c0ad64a5.zip | |
init
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9ebca2c --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Transmuto</title> + <script type="text/javascript" src="three.js/dist/three.min.js"></script> + <script type="text/javascript" src="Physi.js/physi.js"></script> +</head> +<body> +<script type="text/javascript" src="main.js"></script> +</body> +</html>
\ No newline at end of file |
