You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.7 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PixelBoard</title>
<link rel = "stylesheet" href = "design.css">
<script>
  setInterval(function() {
    var image = document.getElementById('PBImage');
    image.src = 'http://pb.gulyaipole.fun/' + new Date().getTime();
  }, 2000);
</script>
</head>
<body bgcolor="#DAA06D">
<p align = "center"><b><font face="lucida console">Пиксельная доска</font></b></p>
<p align = "center">
<img id="PBImage" src="https://pb.gulyaipole.fun" onclick="window.location.href='https://pb.gulyaipole.fun'" height=640>
<br>
<button onclick="window.location.href='https://gitea.gulyaipole.fun/justuser/pxl_oboard';">
Репозиторий проекта
</button>
<button onclick="window.location.href='https://docs.google.com/document/d/1hEccpHxwDQrpTW7RMmf3lqYtJIDh1Fwb';">
Как рисовать на доске?
</button>
<button onclick="window.location.href='https://t.me/pxl_oboard';">
Telegram проекта
</button>
<br><br>
<b><font face="Arial">Правила проекта:</font></b>
<font face="corbel"><br>1. Уважать других - не перекрывать/закрашивать чужие рисунки<br>2. Рисунки не должны представлять из себя 18+ контент или пропаганду LGBT.<br>3. Рисунки не должны нарушать законы Российской Федерации.</font>
</body>
</html>