Fluidsimulation
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8" />
|
||||
<title>Fluid</title>
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="game" width="300px" height="300px"></canvas>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user