Create index.html

This commit is contained in:
Андрей 2020-08-08 16:57:39 +04:00 committed by GitHub
parent 9776be8fb4
commit 8df258e17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8" />
<title>Веб-сайт Андрея (DarkCat09/CodePicker13)</title>
</head>
<body>
<p>
Пока что здесь пусто.<br />
Посмотрите <a href = "https://github.com/DarkCat09">мой профиль GitHub</a> - там много интересных проектов! &#9786
</p>
</body>
</html>