diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..526a8cd --- /dev/null +++ b/public/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset='utf-8'> + <meta name='viewport' content='width=device-width,initial-scale=1'> + + <title>CG Algorithms</title> + + <link rel='icon' type='image/png' href='./favicon.png'> + <link rel='stylesheet' href='./global.css'> + <link rel='stylesheet' href='./build/bundle.css'> + + <script defer src='./build/bundle.js'></script> + </head> + + <body> + </body> +</html> |