mirror of
https://github.com/chenasraf/strange-tactics.git
synced 2026-05-17 17:58:04 +00:00
11 lines
178 B
HTML
11 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Strange Tactics</title>
|
|
</head>
|
|
<body>
|
|
<script src="vendor/p5.min.js"></script>
|
|
<script src="dist/bundle.js"></script>
|
|
</body>
|
|
</html>
|