Skip to content

Commit 5d65377

Browse files
committed
added version number to file name
added version number to file name
1 parent 1448bca commit 5d65377

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

supervisor/shared/web_workflow/static/directory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<script src="/directory.js" defer=true></script>
77
<link rel="stylesheet" href="/style.css">
8-
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
8+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow-8.css">
99
</head>
1010
<body>
1111
<h1><a href="/"><img src="/favicon.ico"/></a>&nbsp;<span id="path"></span></h1>

supervisor/shared/web_workflow/static/serial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<script src="/serial.js" defer=true></script>
88
<link rel="stylesheet" href="/style.css">
9-
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
9+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow-8.css">
1010
</head>
1111
<body style="flex-direction: column; display: flex; height: 100%; width: 100%; margin: 0; font-size: 1rem;">
1212
<div style="flex: auto; display: flex; overflow: auto; flex-direction: column;">

supervisor/shared/web_workflow/static/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<script src="/welcome.js" defer=true></script>
88
<link rel="stylesheet" href="/style.css">
9-
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow.css">
9+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow-8.css">
1010
</head>
1111
<body>
1212

0 commit comments

Comments
 (0)