summaryrefslogtreecommitdiff
path: root/anime.html
blob: 6e0df26155ece48f636c543d19a9bee28b0b4755 (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>