Skip to content

Commit

Permalink
Fix charter template stylesheet URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiciortea committed Nov 26, 2024
1 parent d3e72ef commit 267b40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charters/webagents-cg-2023-draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/base">
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/base">
<style>
body {
max-width: 60em;
Expand Down

0 comments on commit 267b40a

Please sign in to comment.