summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------web/frontend0
-rw-r--r--web/frontend/index.html9
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>