英文:
Github pages deployment not properly implemented
问题
尝试部署网站时,CSS 和 JS 元素未正确加载。
英文:
I tried to just run one of my repo to deploy using github but css and js contents not loading properly. here's the link of the repo : https://github.com/vipin10100001/agecalculator
now see the deployment of this : https://vipin10100001.github.io/agecalculator/
i tried to deploy a website but css and js elements not loading.
答案1
得分: 1
请导航到特定的HTML文件,通常称为 index.html
,但在您的情况下它称为 dob.html
。通过在URL末尾添加 'main page' 文件名,您将如预期地在Web上看到您的代码部署。
在这种情况下,导航至:https://github.com/vipin10100001/agecalculator
英文:
You need to navigate to the specific HTML file, usually called index.html
but in your case it is called dob.html
. By adding the 'main page' file name to the end of your URL then you will see your code deployed on the web as expected.
In this case, navigate to: https://github.com/vipin10100001/agecalculator
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论