summaryrefslogtreecommitdiff
path: root/anime.html
blob: 7e21977080ac6543f1659add16fb7ed1881675fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
	<head>
		<title>Dumb physics engine</title>
		<meta name="description" content="Converts SVGs into a set of circles and use those circles for dumb collision checking">
		<link rel="stylesheet" href="style.css">
	</head>
	<body>
		<img src="anime.png">
		<svg id="hiragana-ni"></svg>
		<svg id="hiragana-small-ya"></svg>
		<svg id="hiragana-a"></svg>
		<script src="script.js"></script>
	</body>
</html>