Skip to content

Commit 49d4b21

Browse files
authored
Merge pull request #75 from Prouser123/patch-2
Secure phillip's page
2 parents 5eb8e14 + 5e93140 commit 49d4b21

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

phillip/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
<html>
33
<head>
44
<title>Cookie Clicker</title>
5-
<H1> The software is where your finger will hurt</H1>
6-
<style>
7-
img {
8-
width: 300px
9-
}
10-
</style>
5+
<h1> The software is where your finger will hurt</h1>
116
</head>
127
<body>
138
<div>
14-
<img src="http://vignette2.wikia.nocookie.net/mspafetchmodus/images/a/ab/Chocolate_chip_cookie.jpg/revision/latest?cb=20100726200146" onclick="addCookie()">
9+
<img src="https://vignette2.wikia.nocookie.net/mspafetchmodus/images/a/ab/Chocolate_chip_cookie.jpg/revision/latest?cb=20100726200146" onclick="addCookie()">
1510
</div>
1611
<h2 id="cookieDisplay">You have 0 cookies</h2>
1712

phillip/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
img {
2+
width: 300px
3+
}

0 commit comments

Comments
 (0)