From 2321877aebc62d821382d87ecce1e8eeab3bd4a2 Mon Sep 17 00:00:00 2001 From: Koukofikis <athanasios.koukofikis@hft-stuttgart.de> Date: Wed, 19 May 2021 08:42:08 +0000 Subject: [PATCH] Add new file --- public/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..923a9a7 --- /dev/null +++ b/public/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Visualization</title> +</head> +<body> + <a href="X3DOMTutorial/">X3DOM Tutorial</a> +</body> +</html> -- GitLab