@@ -335,27 +335,30 @@ <h2>Source Code</h2>
335335 </ div >
336336
337337 < section id ="code ">
338- < div class ="section-title ">
339- < h3 > GitHub (RAW)</ h3 >
340- </ div >
341338 < div class ="section-title ">
342- < h4 > v1.2 </ h4 >
339+ < h3 > GitHub (RAW) </ h3 >
343340 </ div >
344- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/kernel.c " class ="btn btn-primary "> kernel.c</ a >
345- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/kernel.h " class ="btn btn-primary "> kernel.h</ a >
346- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/drivers.c " class ="btn btn-primary "> drivers.c</ a >
347- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/utils.c " class ="btn btn-primary "> utils.c</ a >
348- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/boot.asm " class ="btn btn-primary "> boot.asm</ a >
349- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/link.ld " class ="btn btn-primary "> link.ld</ a >
350- < div class ="section-title ">
351- < h4 > v1.1</ h4 >
341+ < div class ="code-block ">
342+ < div class ="section-title ">
343+ < h4 > v1.2</ h4 >
344+ </ div >
345+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/kernel.c "> kernel.c</ a >
346+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/kernel.h "> kernel.h</ a >
347+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/drivers.c "> drivers.c</ a >
348+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/utils.c "> utils.c</ a >
349+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/boot.asm "> boot.asm</ a >
350+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.2/link.ld "> link.ld</ a >
351+ < div class ="section-title ">
352+ < h4 > v1.1</ h4 >
353+ </ div >
354+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/kernel.c "> kernel.c</ a >
355+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/kernel.h "> kernel.h</ a >
356+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/drivers.c "> drivers.c</ a >
357+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/utils.c "> utils.c</ a >
358+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/boot.asm "> boot.asm</ a >
359+ < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/link.ld "> link.ld</ a >
352360 </ div >
353- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/kernel.c " class ="btn btn-primary "> kernel.c</ a >
354- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/kernel.h " class ="btn btn-primary "> kernel.h</ a >
355- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/drivers.c " class ="btn btn-primary "> drivers.c</ a >
356- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/utils.c " class ="btn btn-primary "> utils.c</ a >
357- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/boot.asm " class ="btn btn-primary "> boot.asm</ a >
358- < a href ="https://raw.githubusercontent.com/tiwut/TiwutOS/refs/heads/main/v1.1/link.ld " class ="btn btn-primary "> link.ld</ a >
361+
359362 </ section >
360363
361364 < footer id ="about ">
0 commit comments