基本的 html 頁(yè)面。剛剛啟動(dòng)并下載軟件包。檢查我的 Semantic UI 設(shè)置是否正確安裝,但是當(dāng)我打開(kāi) index.html 頁(yè)面并檢查控制臺(tái)時(shí),我得到“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 文件內(nèi)的 head 標(biāo)簽內(nèi)的腳本標(biāo)簽:<!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/jquery@3.3.1/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>我可以單擊兩個(gè)標(biāo)簽中的相對(duì)路徑,它將帶我到編輯器中的實(shí)際文件。我當(dāng)前的文件夾結(jié)構(gòu)是:語(yǔ)義學(xué)距離語(yǔ)義.min.css語(yǔ)義.min.js索引.html是什么賦予了?
- 1 回答
- 0 關(guān)注
- 173 瀏覽
添加回答
舉報(bào)
0/150
提交
取消