<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta  http-equiv=
"last-updated" content=
"2025-11-04T11:16:10.748Z">
<
meta  name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta  name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta  name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta  name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta  name=
"viewport" content=
"width=device-width, initial-scale=1.0">
    <!-- Checkout details of match IND 51/0 (6.1) vs SL
                50 (Shubman Gill 27(19) Ishan Kishan 23(18)) | India vs Sri Lanka, Final, Sun, Sep 17, Asia Cup, 2023 | Cricbuzz.com-->
    <
script>        
let title  = 
'IND 51/0 (6.1) vs SL
                50 (Shubman Gill 27(19) Ishan Kishan 23(18)) | India vs Sri Lanka, Final, Sun, Sep 17, Asia Cup, 2023 | Cricbuzz.com';        
let latest_update  = 
'';        
let live_score  = 
'';        
function get_live_score_card  () {        
    // Batsman details  
            let striker_end_batsman  = {                
let name  = 
'';                
let score  = 
'';                
let fours  = 
'';                
let sixes  = 
'';
            }        
    // Bowler details  
            let bowler  = {                
let name  = 
'';                
let overs  = 
'';                
let runs  = 
'';                
let wickets  = 
'';
            }        
    // Other details  
            let other_info  = {                
let partner_ship  = 
'';                
let recent_balls  = 
'';                
let last_wicket  = 
'';                
let current_run_rate  = 
'';
            }            
return { 
 striker_end_batsman, bowler, other_info };
        }
    </
script>
</
head>
<
body>
        <
div class="live-commentary">
            // Enjoy Commentary  
            <p>
             Asalanka to Ishan Kishan, 1 run, and that's it! An entire ODI wrapped up in around 2 hours! India win their 8th Asia Cup title in style! Floated up on off, Kishan knocks it to long-off. It's been as easy as that for India today
            </p>
            <p>
             0 1 0 0 0 4  (5 runs)IND 50-0Shubman Gill27(19)Ishan Kishan22(17)Dunith Wellalage2-0-7-0
            </p>
            <p>
             Wellalage to Shubman Gill, FOUR, overpitched on off, Gill clears the front leg and drives through the covers. Scores level!
            </p>
            <p>
             Wellalage to Shubman Gill, no run, floated up just outside off, defended forward
            </p>
            <p>
             Over Summary: 0 1 0 0 0 4  (5 runs)Shubman Gill27(19)Ishan Kishan22(17)Shubman Gill27(19)Shubman GillIshan KishanDunith Wellalage IND 50-027(19)Ishan Kishan22(17)22(17)Dunith Wellalage2-0-7-02-0-7-0
            </p>
            // more at cricbuzz.
        </
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->