Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 22, 2024
1 parent d417d4e commit 52ab9d5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>codemirror-ts demo</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<title>codemirror-codeium demo</title>
<link href="./demo.css" rel="stylesheet" />
</head>
<body>
Expand Down

0 comments on commit 52ab9d5

Please sign in to comment.