Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Studio0 #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md

This file was deleted.

Empty file removed css/styles.css
Empty file.
24 changes: 10 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>

<script src="https://code.jquery.com/jquery-2.2.3.js"></script>
<link rel="stylesheet" href="css/styles.css"/>

<title>FlickList</title>
</head>
<body>
Expand All @@ -15,24 +11,24 @@ <h1>FlickList</h1>
</header>

<section>
<p>Open up the console on your developer tools.</p>
<p>You should see two statements:</p>
<p>Open up your developer tools and look at the console.</p>
<p>You know you have completed the assignment when you see three statements:</p>
<ol>
<li>"The script loaded!"</li>
<li>
<p>"The script loaded!"</p>
</li>
<li>
<p>"We got a response from the The Movie DB!"</p>
</li>
<li>
<p>[an object representing the response]</p>
</li>
</ol>
</section>




<!-- TODO include our flicklist.js script -->

<script>
testTheAPI();
</script>
<script src="???"></script>

</body>
</html>
</html>
1 change: 1 addition & 0 deletions js/flicklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ function testTheAPI() {


console.log("The script loaded!");
testTheAPI();