-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Page as per course ( Lesson 1 Section 10 : Add your project ) is not coming up. #4
Comments
You need update you index.html file to insert stylesheet and script. Has comments on index.html page about location in code to add this. |
@silviolucenajunior what is the location of index.html that I need to use . I guess it's missing in the repo |
Just add the path of CSS file. |
Just curious why not link to the available stylesheet within the project? |
Added the links to the css & js files yet Chrome's Web Server just keeps spinning & never loading. ah, gesh https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/ |
Modify the index.html |
axixnix, in line 10, you need to delete the slash in front of "styles," so "styles/ud811.css" |
Solution to issue #4
|
Hi ,
I am learning Udacity course : https://in.udacity.com/course/intro-to-progressive-web-apps--ud811.
In lession 1 , I cloned this repo & when I started code folder { 1- 12- skeleton } from chrome web server . I am not able to view same page as shown in course , blank page with spinner. Instead I get Add your CIty .
Kindly let me know how to get loading spinner page.
The text was updated successfully, but these errors were encountered: