changeset 2:c2afa5a6b9a7 default tip

add background
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 26 Feb 2014 20:24:10 +0900
parents 61a6dc88cb54
children
files index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Feb 26 20:23:37 2014 +0900
+++ b/index.html	Wed Feb 26 20:24:10 2014 +0900
@@ -32,10 +32,10 @@
         <h3>Background</h3>
 	<ul>
 	  <li>Our laboratory suggests a programming language which is called Continuation based C (CbC).</li>
-	  <li>On the CbC program, a callee does not return to a caller. <ul>
+	  <li>On the CbC program, a callee does not return to a caller. <ul><ul>
 	      <li>CbC is suitable for a state transition base programming. </li>
 	      <li>It means that It is suitable for programming with parallel computing platform. (like a OpenCL, CUDA, Cerium) </li>
-	  </ul></li>
+	  </ul></ul></li>
 	</ul>
       </article>