Add Holinim's site auto-update version
This commit is contained in:
parent
276bcb7ff9
commit
83b43cdd5b
1
site/README.md
Normal file
1
site/README.md
Normal file
@ -0,0 +1 @@
|
||||
Special thanks to Holinim.
|
7
site/design.css
Normal file
7
site/design.css
Normal file
@ -0,0 +1,7 @@
|
||||
button {
|
||||
background-color: #CD7F32;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
img {
|
||||
border:8px solid black;
|
||||
}
|
32
site/site.html
Normal file
32
site/site.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!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