rust-webwasm/game-of-life/www/index.html

11 lines
218 B
HTML
Raw Normal View History

2024-01-09 19:43:11 -08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Game of Life</title>
<script src="js/bootstrap.js"></script>
</head>
<body>
</body>
</html>