Skip to content

Commit 1c6d9be

Browse files
committed
Title, Circle deployment link.
1 parent 5cd0c42 commit 1c6d9be

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ http://craftyjs.com/api/Collision.html#-collision)
66

77

88
Available here:
9-
- [https://s3-eu-west-1.amazonaws.com/ludum-dare-44/master/index.html](
10-
https://s3-eu-west-1.amazonaws.com/ludum-dare-44/master/index.html)
9+
- [https://s3-us-west-1.amazonaws.com/ludum-dare-44/master/index.html](
10+
https://s3-us-west-1.amazonaws.com/ludum-dare-44/master/index.html)

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
<html>
22
<head>
3-
<title>A Crafty JS Game</title>
3+
<title>Ludum Dare #44</title>
44
</head>
55
<body>
6+
<h2> Ludum Dare #44 </h2>
67
<div id="game"></div>
78
<style>
9+
h2 {
10+
text-align: center;
11+
margin: 20px;
12+
}
813
body {
914
background-color: #EEE;
10-
width: 800px; margin: 50px auto;
15+
width: 800px; margin: 0px auto;
1116
}
1217
#game {
1318
box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, .15);

0 commit comments

Comments
 (0)