Skip to content

Commit b38109c

Browse files
authored
Merge pull request #6682 from andywarburton/main
added remote CSS links to web work flow
2 parents f8c183b + 5d65377 commit b38109c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

supervisor/shared/web_workflow/static/directory.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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-8.css">
89
</head>
910
<body>
1011
<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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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-8.css">
910
</head>
1011
<body style="flex-direction: column; display: flex; height: 100%; width: 100%; margin: 0; font-size: 1rem;">
1112
<div style="flex: auto; display: flex; overflow: auto; flex-direction: column;">

supervisor/shared/web_workflow/static/welcome.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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-8.css">
910
</head>
1011
<body>
1112

0 commit comments

Comments
 (0)