Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
AxirChaha committed May 30, 2021
1 parent 6ee2a1f commit 5ff2328
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# testing & temp
/test
/temp

# production
/build

Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./style.css">
<title>Тестовый сайт</title>
</head>
<body>

<script src="script.js"></script>
</body>
</html>
Empty file added script.js
Empty file.
Empty file added style.css
Empty file.

0 comments on commit 5ff2328

Please sign in to comment.