Skip to content

Commit 1749072

Browse files
committed
feat: zombie logo
1 parent 0e29eb8 commit 1749072

File tree

8 files changed

+5
-91
lines changed

8 files changed

+5
-91
lines changed

assets/fat_spider.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

assets/fat_spider.png

-262 Bytes
Binary file not shown.

assets/zombie-logo.png

20 KB
Loading

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77

8-
<link
9-
rel="icon"
10-
href="http://zombierated.com/wp-content/uploads/2018/02/cropped-zombie-rated-logo-150x150.png"
11-
/>
8+
<link rel="icon" href="./assets/zombie-logo.png" />
129

1310
<link rel="stylesheet" href="css/main.css" />
1411

pages/game.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77

8-
<link
9-
rel="icon"
10-
href="http://zombierated.com/wp-content/uploads/2018/02/cropped-zombie-rated-logo-150x150.png"
11-
/>
8+
<link rel="icon" href="../assets/zombie-logo.png" />
129

1310
<link rel="stylesheet" href="../css/game.css" />
1411

pages/gamemode.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77

8-
<link
9-
rel="icon"
10-
href="http://zombierated.com/wp-content/uploads/2018/02/cropped-zombie-rated-logo-150x150.png"
11-
/>
8+
<link rel="icon" href="../assets/zombie-logo.png" />
129

1310
<link rel="stylesheet" href="../css/gamemode.css" />
1411

pages/gameover.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77

8-
<link
9-
rel="icon"
10-
href="http://zombierated.com/wp-content/uploads/2018/02/cropped-zombie-rated-logo-150x150.png"
11-
/>
8+
<link rel="icon" href="../assets/zombie-logo.png" />
129

1310
<link rel="stylesheet" href="../css/gameover.css" />
1411

pages/tutorial.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77

8-
<link
9-
rel="icon"
10-
href="http://zombierated.com/wp-content/uploads/2018/02/cropped-zombie-rated-logo-150x150.png"
11-
/>
8+
<link rel="icon" href="../assets/zombie-logo.png" />
129

1310
<link rel="stylesheet" href="../css/tutorial.css" />
1411

0 commit comments

Comments
 (0)