2022-08-16 18:44:58 -04:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-08-17 16:57:20 -04:00
< link rel = "icon" href = "https://code.circuitpython.org/assets/images/favicon.ico" type = "image/x-icon" / >
2022-08-16 18:44:58 -04:00
< title > Online Code Editor< / title >
< / head >
< body >
< script type = "module" src = "https://code.circuitpython.org/assets/js/device.js" > < / script >
2022-08-17 16:57:20 -04:00
< p > Uh oh! It looks like you may be offline. You can go to the < a href = "/fs/" > file browser< / a > if you'd like to work with files without connecting to the internet.< / p >
2022-08-16 18:44:58 -04:00
< / body >
< / html >