Add offline message to web workflow /code/ page

This commit is contained in:
Melissa LeBlanc-Williams 2022-08-17 13:57:20 -07:00
parent 2f0e209eca
commit 79628a7c41

View File

@ -3,10 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://code.circuitpython.org/assets/images/favicon.ico" type="image/x-icon" />
<title>Online Code Editor</title>
</head>
<body>
<script type="module" src="https://code.circuitpython.org/assets/js/device.js"></script>
<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>
</body>
</html>