diff --git a/resen/taase/index.html b/resen/taase/index.html
new file mode 100644
index 0000000..0e81d48
--- /dev/null
+++ b/resen/taase/index.html
@@ -0,0 +1,47 @@
+
+
+
+
+
+ קערת חרס פשוטה לכאורה המעוטרת במה שנראה כקווים וסימנים קטנים ומסתוריים.
+ כאשר מסובבים אותה בקצב מהיר ביותר, מתחברים הסימנים לאותיות המרכיבות את המילה המתגלה: "תעשה".
+ למעשה, המילה מוצפנת במרחב בפירוק לחלקים, וקיימת בשלמותה רק בממד הזמן.
+ זו המילה הפותחת את הביטוי "תעשה בזריזות ותצליח" המופיע בספר הרזים.
+ במסורת קערות הלחש וההשבעה, צפונה בקערה סגולה מאגית המבטיחה לעושה תעצומות גדולות.
+ ואולם גם נדרש מעשה מיומן מלכתחילה, כדי לחשוף את הצפון בקערה ולהפעיל את כוחה.
+
+
+ A seemingly simple clay bowl decorated with what appear to be lines and small mysterious marks.
+ When you spin it at a very fast pace, the marks connect to form letters that make up the revealed word: "ta-a-se", meaning "do" or "perform".
+ In fact, the word is encrypted in space as broken parts, and exists in its entirety only in the time dimension.
+ This is the opening word of the phrase "Perform this rite zealously and you will succeed" that appears in
+ the book "Sefer HaRazim" (Book of Secrets).
+ In the tradition of the incantation bowls, a magical virtue is hidden in the bowl, promising the doer great feats.
+ However, a skillful act is also required in the first place, in order to reveal the bowl's secret and exercise its power.
+
+
+
+
+
\ No newline at end of file
diff --git a/resen/taase/media/01.jpg b/resen/taase/media/01.jpg
new file mode 100644
index 0000000..a50191d
Binary files /dev/null and b/resen/taase/media/01.jpg differ
diff --git a/resen/taase/media/02.jpg b/resen/taase/media/02.jpg
new file mode 100644
index 0000000..fe8e7bf
Binary files /dev/null and b/resen/taase/media/02.jpg differ
diff --git a/resen/taase/media/03.jpg b/resen/taase/media/03.jpg
new file mode 100644
index 0000000..85c7b36
Binary files /dev/null and b/resen/taase/media/03.jpg differ
diff --git a/resen/taase/media/04.jpg b/resen/taase/media/04.jpg
new file mode 100644
index 0000000..521633c
Binary files /dev/null and b/resen/taase/media/04.jpg differ
diff --git a/resen/taase/snippet b/resen/taase/snippet
new file mode 100644
index 0000000..c08a73b
Binary files /dev/null and b/resen/taase/snippet differ
diff --git a/resen/taase/style.css b/resen/taase/style.css
new file mode 100644
index 0000000..c1f9b35
--- /dev/null
+++ b/resen/taase/style.css
@@ -0,0 +1,27 @@
+article {
+ margin-block: 4em;
+}
+
+@keyframes gif {
+ 0% { background-image: url('media/01.jpg') }
+ 25% { background-image: url('media/02.jpg') }
+ 50% { background-image: url('media/03.jpg') }
+ 75% { background-image: url('media/04.jpg') }
+}
+
+.gif {
+ --dt: 0.01s;
+ animation: var(--dt) steps(1) infinite gif;
+ aspect-ratio: 16 / 9;
+ background-size: contain;
+ margin-inline: auto;
+ width: var(--media_width);
+}
+
+label[for="rate_slider"] {
+ gap: 1em;
+}
+
+#rate_slider {
+ width: 15em;
+}
\ No newline at end of file