From fbd0e863927913719b4fbfc6eb271cb51defc4ad Mon Sep 17 00:00:00 2001 From: Mikhail Romanko Date: Sun, 20 Jul 2025 14:13:43 +0300 Subject: [PATCH] Alternative index.html --- Makefile.emcc | 1 + index.template.html | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 index.template.html diff --git a/Makefile.emcc b/Makefile.emcc index f361925..486614a 100644 --- a/Makefile.emcc +++ b/Makefile.emcc @@ -22,6 +22,7 @@ dist: $(EXE) $(EXE): $(OBJS) $(CXX) -o $@ $(OBJS) $(LDFLAGS) + cp index.template.html $(EXE) .cpp.o: $(CXX) $(CXXFLAGS) -c $< -o $@ diff --git a/index.template.html b/index.template.html new file mode 100644 index 0000000..8b3cfb3 --- /dev/null +++ b/index.template.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + +