about summary refs log tree commit diff stats
path: root/public/index.html
blob: 526a8cdd72eb03b1fc713f8395e59eb2605ec28d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>