add microwave cat

This commit is contained in:
Кирилл Моос 2025-09-13 13:04:47 +03:00
parent b5f8df546f
commit 176d52147c
17 changed files with 126 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,34 @@
<!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) (этот размер огня находится за собакой), остальные размеры (803x803, 1092x1092, 734x734, 646x646)
./coffee.gif (200x195)
</pre>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View 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>

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

File diff suppressed because one or more lines are too long