diff options
| author | Bobby <[email protected]> | 2022-06-23 15:50:18 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-23 15:50:18 +0530 |
| commit | 95c80c4081b692e1c600b424f8ceeab190226273 (patch) | |
| tree | ab837e11f16eb7a84f75e28f667b6f5a6b04f90c | |
| parent | ccbe987241c884279c3c47ba4146f3bc5fda063d (diff) | |
| download | TShirtDesigner-95c80c4081b692e1c600b424f8ceeab190226273.tar.xz TShirtDesigner-95c80c4081b692e1c600b424f8ceeab190226273.zip | |
update readme for re-write
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | archived.html (renamed from index_archived.html) | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -4,5 +4,11 @@ Started re-writing this project. Previous version is archived at the _[archived I will roll out changes to the project gradually over time. Until then, you can keep using the old version. +## Demos + +As newer changes the deployed, a rolling demo is available at: _[https://luciferreeves.github.io/TShirtDesigner](https://luciferreeves.github.io/TShirtDesigner)_. + +Old demo can be found at: _[https://luciferreeves.github.io/TShirtDesigner/archived.html](https://luciferreeves.github.io/TShirtDesigner/archived.html)_. + *** _Initially a fork of [https://github.com/imomin/CustomTShirt](https://github.com/imomin/CustomTShirt)._ diff --git a/index_archived.html b/archived.html index 9cf0ca2..91f8876 100644 --- a/index_archived.html +++ b/archived.html @@ -12,7 +12,7 @@ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if IE]><script type="text/javascript" src="js/excanvas.js"></script><![endif]--> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="js/fabric.js"></script> |
