-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 827 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Терминал</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div class="terminal">
<div class="header">
<div class="dot red"></div>
<div class="dot yellow"></div>
<div class="dot green"></div>
<div class="header-title">Terminal</div>
</div>
<div class="output">
<p>dyrhyrv@github:~$ echo links</p>
<a href="https://github.com/dyrhyrv/">github</a> <br>
<a href="https://t.me/dyrhyrv">telegram</a> <br>
<a href="https://github.com/dyrhyrv/macos_window_html_css">link to repo</a>
</div>
</div>
</body>
</html>