add new
BIN
new/assets/chair.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
new/assets/coffee.gif
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
new/assets/dog.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
new/assets/fire.gif
Normal file
After Width: | Height: | Size: 1.5 MiB |
35
new/assets/instructions.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<!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 ---
|
||||||
|
|
||||||
|
./dog.png (347x398)
|
||||||
|
./chair.png (529x928)
|
||||||
|
./table.png (422x422)
|
||||||
|
./fire.gif (498x498)
|
||||||
|
./smoke.gif (240x240) (shoud be inverted to 90 degree)
|
||||||
|
./coffee.gif (494x482)
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
new/assets/page.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
19
new/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
new/assets/smoke.gif
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
new/assets/table.png
Normal file
After Width: | Height: | Size: 88 KiB |