Skip to content

Commit

Permalink
Тустирует сборку (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LailaAlba authored Oct 28, 2024
1 parent 0506be5 commit 7ebb9fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Личный проект «Кэт энерджи»

* Студент: [Любовь Лифшиц](https://up.htmlacademy.ru/adaptive-individual/2/user/2532253).
* Наставник: [Антон Попов](https://htmlacademy.ru/profile/joker).
* Наставник: [Виктория Никитина](https://htmlacademy.ru/profile/id1217273).

---

Expand Down
18 changes: 0 additions & 18 deletions index.html

This file was deleted.

24 changes: 14 additions & 10 deletions source/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!DOCTYPE html>
<html class="page" lang="ru">
<head>
<meta charset="UTF-8">
<title>Название проекта</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<script src="scripts/index.js" defer></script>
</head>
<body class="page__body">
<header class="header">Шапка</header>
</body>

<head>
<meta charset="UTF-8">
<title>Название проекта</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<script src="scripts/index.js" defer></script>
</head>

<body class="page__body">
<header class="header">Шапка</header>
<p>Привет, мир)</p>
</body>

</html>

0 comments on commit 7ebb9fc

Please sign in to comment.