mirror of
https://forge.murkfall.net/bluesaxman/pets.git
synced 2026-03-13 03:24:20 -06:00
initial git commit for pets
This commit is contained in:
14
index.html
Normal file
14
index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Browser Pet</title>
|
||||
<link href="css/css.css" rel="stylesheet" />
|
||||
<script src="libs/bluecore.js"></script>
|
||||
<script src="libs/pet.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
<script>
|
||||
petGame.init();
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user