Skip to content

Commit da5c0cc

Browse files
authored
Merge pull request #6777 from makermelissa/main
Add offline message to web workflow /code/ page
2 parents dbd6c07 + 79628a7 commit da5c0cc

File tree

1 file changed

+2
-0
lines changed
  • supervisor/shared/web_workflow/static

1 file changed

+2
-0
lines changed

supervisor/shared/web_workflow/static/code.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="icon" href="https://code.circuitpython.org/assets/images/favicon.ico" type="image/x-icon" />
67
<title>Online Code Editor</title>
78
</head>
89

910
<body>
1011
<script type="module" src="https://code.circuitpython.org/assets/js/device.js"></script>
12+
<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>
1113
</body>
1214
</html>

0 commit comments

Comments
 (0)