基本的 html 頁面。剛剛啟動并下載軟件包。檢查我的 Semantic UI 設置是否正確安裝,但是當我打開 index.html 頁面并檢查控制臺時,我得到“GET file:///semantic/dist/semantic.min.css net::ERR_FILE_NOT_FOUND”# 39;,以及“GET file:///semantic/dist/semantic.min.js net::ERR_FILE_NOT_FOUND”。這很奇怪!這些是我的 index.html 文件內的 head 標簽內的腳本標簽:<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>HTML5 boilerplate – all you really need…</title> <!-- You MUST include jQuery before Fomantic --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="/semantic/dist/semantic.min.css" /> <script src="/semantic/dist/semantic.min.js"></script> </head> <body id="home"> <h1>HTML5 boilerplate</h1> </body></html>我可以單擊兩個標簽中的相對路徑,它將帶我到編輯器中的實際文件。我當前的文件夾結構是:語義學距離語義.min.css語義.min.js索引.html是什么賦予了?
添加回答
舉報
0/150
提交
取消