sprite and gif animations
This commit is contained in:
14
index.html
14
index.html
@@ -1,12 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Doodler</title>
|
||||
<style>
|
||||
* {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 50px;
|
||||
border: 1px aqua solid;
|
||||
margin: 2px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="bundle.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user