homepage/index.html

20 lines
371 B
HTML
Raw Normal View History

2019-10-13 18:46:24 +02:00
<!DOCTYPE html>
<html>
<head>
<title>
2019-10-14 10:06:37 +02:00
Dotya.ml
2019-10-13 18:46:24 +02:00
</title>
</head>
<body>
<h1>Welcome to dotya</h1>
<div>We have:</div>
2019-10-14 10:27:48 +02:00
<div>
<a href="https://git.dotya.ml/explore/repos">git</a><a href="https://git.dotya.ml/user/sign_up">(join)</a>
</div>
2019-10-13 18:46:24 +02:00
<div><a href="#">irc</a></div>
2019-10-14 10:06:37 +02:00
<div><a href="https://t.me/#">telegram</a></div>
2019-10-14 10:27:48 +02:00
2019-10-14 10:06:37 +02:00
<h2></h2>
2019-10-13 18:46:24 +02:00
</body>
</html>