@Voldemar_pauk

Как организовать размещение на github pages?

The site configured at this address does not contain the requested file.

If this is your site, make sure that the filename case matches the URL.
For root URLs (like example.com) you must provide an index.html file.

Появляется это сообщение при попытки опубликовать сайт
Закидываю 2 файла в репозиторий: startt.html start.css
Все эти файлы в 1 папке всё переношу делаю по гайдам, но ошибка появляется.
как исправить ?
Код html страницы
<!DOCTYPE html>
<html lang="ru">
	<head>
		<title>B</title>
		<link rel="stylesheet" href="start2.css"/>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1"> 
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
	</head>
	<body>
		<div class="go">
            <div class="f">
                <a href="go/h1.html" style="text-decoration: none;">Bidlo</a>
            </div>
        </div>
	</body>	
</html>


  • Вопрос задан
  • 1694 просмотра
Решения вопроса 1
@Redeve
Веб-макаке не хватит и 640гБ
Закидываю 2 файла в репозиторий: startt.html start.css

For root URLs (like example.com) you must provide an index.html file.
Ответ написан
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы