We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eb8e14 + 5e93140 commit 49d4b21Copy full SHA for 49d4b21
2 files changed
phillip/index.html
@@ -2,16 +2,11 @@
2
<html>
3
<head>
4
<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>
+ <h1> The software is where your finger will hurt</h1>
11
</head>
12
<body>
13
<div>
14
- <img src="http://vignette2.wikia.nocookie.net/mspafetchmodus/images/a/ab/Chocolate_chip_cookie.jpg/revision/latest?cb=20100726200146" onclick="addCookie()">
+ <img src="https://vignette2.wikia.nocookie.net/mspafetchmodus/images/a/ab/Chocolate_chip_cookie.jpg/revision/latest?cb=20100726200146" onclick="addCookie()">
15
</div>
16
<h2 id="cookieDisplay">You have 0 cookies</h2>
17
phillip/style.css
@@ -0,0 +1,3 @@
1
+img {
+ width: 300px
+}
0 commit comments