homepage/index.html

16 lines
292 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:06:37 +02:00
<div><a href="https://git.dotya.ml">git</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>
<h2></h2>
2019-10-13 18:46:24 +02:00
</body>
</html>