Skip to content

Commit 219290a

Browse files
committed
update
1 parent e7559d2 commit 219290a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<title>Matchzoo Website Homepage</title>
99
<link rel="shortcut icon" href="./favicon.png">
1010
<link href="/css/index.css" rel="stylesheet">
11-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/styles/vs2015.css" rel="stylesheet" />
11+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/styles/monokai.css" rel="stylesheet" />
1212
<script src="https://www.ceriously.com/js/highlight.pack.js"></script>
1313
<script>hljs.initHighlightingOnLoad();</script>
1414
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
1515
<link rel="shortcut icon" href="./favicon.png"><link href="./css/index.css" rel="stylesheet"></head>
1616

1717
<body>
1818
<div id="ice-container"></div>
19+
1920
<script type="text/javascript" src="./js/index.js"></script></body>
2021

2122
</html>

0 commit comments

Comments
 (0)