This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-18 10:09:19 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<title>irreligio.us</title>
|
|
|
|
<meta charset='utf-8'>
|
2021-09-04 22:21:14 -05:00
|
|
|
<script src='js/irreligious.js'></script>
|
2021-08-18 10:09:19 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-08-20 20:47:02 -05:00
|
|
|
<div id='irreligious-game'></div>
|
2021-08-18 10:09:19 -05:00
|
|
|
</body>
|
|
|
|
</html>
|