Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified tech-preview/micropython/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion tech-preview/micropython/about.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!doctype html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="output.css" rel="stylesheet">
<link href="final.css" rel="stylesheet">
</head>

<body class="bg-gray-400 dark:bg-gray-700">
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tech-preview/micropython/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="output.css" rel="stylesheet">
<link href="final.css" rel="stylesheet">
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-codemirror@1/index.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-codemirror@1/mode/python/python.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tech-preview/micropython/repl.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="output.css" rel="stylesheet">
<link href="final.css" rel="stylesheet">
</head>

<body class="bg-gray-400 dark:bg-gray-700">
Expand Down
2 changes: 1 addition & 1 deletion tech-preview/micropython/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="output.css" rel="stylesheet">
<link href="final.css" rel="stylesheet">
</head>

<body class="bg-gray-400 dark:bg-gray-700">
Expand Down