Skip to content

Commit

Permalink
Full screen window
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed May 18, 2024
1 parent 1748ea8 commit cd91313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<title>TurboTouch predictor interactive demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="style.css" />
<script src="main.js"></script>
</head>
Expand Down
4 changes: 4 additions & 0 deletions src/webgl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<title>TurboTouch predictor interactive demo</title>
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="style.css" />
<script src="mainwebgl.js"></script>
</head>
Expand Down

0 comments on commit cd91313

Please sign in to comment.