mirror of
https://github.com/remko/waforth
synced 2025-02-05 20:46:22 +01:00
Replace RawGit with jsDelivr
This commit is contained in:
parent
0417afefe6
commit
17c85e92a0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
|
<link href="https://cdn.jsdelivr.net/gh/mochajs/mocha@2.2.5/mocha.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 style="font-family: sans-serif; margin: 1rem; ">
|
<h1 style="font-family: sans-serif; margin: 1rem; ">
|
||||||
|
|
Loading…
Add table
Reference in a new issue