diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-16 10:10:45 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-16 10:10:45 +0800 |
commit | c45dc4381f4b3d9dcee3976a7a3a4fb3119be1a7 (patch) | |
tree | a6e35e529d5f2634c73917bbd97c8e22d64837ea | |
parent | 672a291c88d1429c29786bca6fe31b89f685a292 (diff) |
Frontend now as a submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | web/frontend | 0 | ||||
-rw-r--r-- | web/frontend/index.html | 9 |
3 files changed, 3 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..511fb07 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "web/frontend"] + path = web/frontend + url = git://darapsa.org/shopify-frontend-template-html diff --git a/web/frontend b/web/frontend new file mode 160000 +Subproject 023d6464cbf37774ea93dd950bda9350179dfab diff --git a/web/frontend/index.html b/web/frontend/index.html deleted file mode 100644 index b6b3f23..0000000 --- a/web/frontend/index.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html lang=en> - <head> - <meta charset=utf-8/> - </head> - <body> - Hello from C! - </body> -</html> |