Challenges on 2023
This commit is contained in:
BIN
r4 hard/assets/.DS_Store
vendored
Normal file
BIN
r4 hard/assets/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
r4 hard/assets/background.png
Normal file
BIN
r4 hard/assets/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
r4 hard/assets/demon.gif
Normal file
BIN
r4 hard/assets/demon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
33
r4 hard/assets/instructions.html
Normal file
33
r4 hard/assets/instructions.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
|
||||
--- Правила ---
|
||||
1) Никаких превью и предпросмотров результатов
|
||||
2) Из редактора уходить нельзя, переключаться на другие окна и тд
|
||||
3) Никаких измерительных приборов (линеек, циркулей и тд)
|
||||
4) Убираем руки от клавиатуры когда закончится время
|
||||
5) В конце нажимаем Finish и вводим yes
|
||||
|
||||
Удачи и получай удовольствие от процесса!
|
||||
|
||||
--- Assets ---
|
||||
|
||||
./background.png
|
||||
./demon.gif (591x489)
|
||||
./shotgun.gif (541x545)
|
||||
./statusBar.png
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
BIN
r4 hard/assets/page.png
Normal file
BIN
r4 hard/assets/page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
19
r4 hard/assets/result.html
Normal file
19
r4 hard/assets/result.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.addEventListener('message', function(e) {
|
||||
if (
|
||||
window.location.origin === 'file://' ||
|
||||
window.location.origin === (e.origin || e.originalEvent.origin)
|
||||
) {
|
||||
document.documentElement.innerHTML = e.data
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
BIN
r4 hard/assets/shotgun.gif
Normal file
BIN
r4 hard/assets/shotgun.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 285 KiB |
BIN
r4 hard/assets/statusBar.png
Normal file
BIN
r4 hard/assets/statusBar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user