From cff891833be68c0e2d4919d4475daf23da821f9b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 13 Feb 2022 22:19:43 +0700 Subject: Implement `pure` version of the `tour` example :tada: --- examples/pure/tour/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/pure/tour/index.html (limited to 'examples/pure/tour/index.html') diff --git a/examples/pure/tour/index.html b/examples/pure/tour/index.html new file mode 100644 index 00000000..c64af912 --- /dev/null +++ b/examples/pure/tour/index.html @@ -0,0 +1,12 @@ + + + + + + Tour - Iced + + + + + + -- cgit