Skip to content

Commit

Permalink
fix 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAFood committed Oct 28, 2024
1 parent 7acd5a6 commit e19caac
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 156 deletions.
65 changes: 38 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,400' rel='stylesheet' type='text/css'>

</head>
<body>
<canvas id="viewport1" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport2" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport3" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport4" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport5" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport6" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport7" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport8" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport9" width='500' height='500' style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>

<canvas id="canvas" resize></canvas>
</body>

<script type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-2.1.3.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript">
yimmy.init([]);
yimmy.start();
</script>

<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:300,400' rel='stylesheet' type='text/css'>

</head>

<body>
<canvas id="viewport1" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport2" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport3" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport4" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport5" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport6" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport7" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport8" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport9" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>

<canvas id="canvas" resize></canvas>
</body>

<script type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-2.1.3.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript">
yimmy.init([]);
yimmy.start();
</script>

</html>
Loading

0 comments on commit e19caac

Please sign in to comment.