aboutsummaryrefslogtreecommitdiffstats
path: root/resources/public/index.html
blob: 598c38da28989ac1f89b4e87704e33e67a243a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/x-icon" href="favicon.ico">
    <title>electric sudoku</title>
  </head>
  <body>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <script type="text/javascript" src="$:hyperfiddle.client.module/main$"></script>
  </body>
</html>