Delete 'site/site.html'
This commit is contained in:
parent
9b260c1975
commit
d3b74c80e0
@ -1,32 +0,0 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user