-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 734 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 734 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
26
27
28
29
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>@gsusg card</title>
<meta name="description" content="">
<meta name="viewport" content="viewport-fit=cover, initial-scale=1, shrink-to-fit=no">
<style>body{font-family:monospace}h1{font-size:inherit;font-weight:normal}</style>
</head>
<body>
<h1>Who am I?</h1>
<dl>
<dt>name:</dt>
<dd>Serhii</dd>
<dt>sname:</dt>
<dd>Vlasiuk</dd>
<dt>nname:</dt>
<dd>@gsusg</dd>
<dt>email:</dt>
<dd>[in.serhii@gmail.com](mailto:in.serhii@gmail.com)</dd>
</dl>
</body>
</html>