Skip to content

Commit 8ec0555

Browse files
committed
[CON-19/st] conclusion
Starting interview with "AI mentor", over the course. FS-dev: B-3 / JS basic
1 parent 4d37f76 commit 8ec0555

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Conclusion</title>
8+
<link rel="stylesheet" href="./style.css">
9+
<script src="./interview.js" defer></script>
10+
</head>
11+
12+
<body>
13+
</body>
14+
15+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
// Задание 1:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)