We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82765cd commit 19d4685Copy full SHA for 19d4685
2 files changed
index.md
@@ -8,9 +8,3 @@ layout: default
8
# Java 21 OCP Flashcards
9
10
This is a structured collection of flashcards to help you prepare for the Java 21 OCP certification exam.
11
-
12
-Use the left navigation to browse by topic.
13
14
-Take the interactive quiz below:
15
16
-<iframe src="assets/quizzes/java21-quiz.html" width="100%" height="700px" style="border:1px solid #ccc;"></iframe>
quiz.md
@@ -0,0 +1,14 @@
1
+---
2
+title: Java 21 OCP Quiz
3
+nav_order: 4
4
+layout: default
5
6
+
7
+# Java 21 OCP Quiz
+<iframe
+ src="assets/quizzes/java21-quiz.html"
+ width="100%"
+ height="1200px"
+ style="border:none; overflow:hidden;">
+</iframe>
0 commit comments