Update index.html
Browse files- index.html +20 -6
index.html
CHANGED
@@ -38,10 +38,15 @@ Exploring Refusal Loss Landscapes </title>
|
|
38 |
$( "#tabs" ).tabs();
|
39 |
} );
|
40 |
</script>
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
45 |
</script>
|
46 |
|
47 |
|
@@ -97,7 +102,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
97 |
<li><a href="#jailbreak-defenses">Jailbreak Defense</a></li>
|
98 |
</ul>
|
99 |
<div id="jailbreak-attacks">
|
100 |
-
<div id="accordion">
|
101 |
<h3>Section 3</h3>
|
102 |
<div>
|
103 |
<ul>
|
@@ -109,7 +114,16 @@ Exploring Refusal Loss Landscapes </title>
|
|
109 |
</div>
|
110 |
</div>
|
111 |
<div id="jailbreak-defenses">
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
</div>
|
114 |
</div>
|
115 |
|
|
|
38 |
$( "#tabs" ).tabs();
|
39 |
} );
|
40 |
</script>
|
41 |
+
<script>
|
42 |
+
$( function() {
|
43 |
+
$( "#accordion-attacks" ).accordion();
|
44 |
+
} );
|
45 |
+
</script>
|
46 |
+
<script>
|
47 |
+
$( function() {
|
48 |
+
$( "#accordion-defenses" ).accordion();
|
49 |
+
} );
|
50 |
</script>
|
51 |
|
52 |
|
|
|
102 |
<li><a href="#jailbreak-defenses">Jailbreak Defense</a></li>
|
103 |
</ul>
|
104 |
<div id="jailbreak-attacks">
|
105 |
+
<div id="accordion-attacks">
|
106 |
<h3>Section 3</h3>
|
107 |
<div>
|
108 |
<ul>
|
|
|
114 |
</div>
|
115 |
</div>
|
116 |
<div id="jailbreak-defenses">
|
117 |
+
<div id="accordion-defenses">
|
118 |
+
<h3>Section 3</h3>
|
119 |
+
<div>
|
120 |
+
<ul>
|
121 |
+
<li>List item one</li>
|
122 |
+
<li>List item two</li>
|
123 |
+
<li>List item three</li>
|
124 |
+
</ul>
|
125 |
+
</div>
|
126 |
+
</div>
|
127 |
</div>
|
128 |
</div>
|
129 |
|