We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c41c5b commit 66717edCopy full SHA for 66717ed
index.html
@@ -1,6 +1,5 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
-
4
<head>
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -10,17 +9,15 @@
10
9
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
11
<link rel="stylesheet" href="custom-styles.css"> <!-- Add your custom styles here -->
12
</head>
13
14
<body>
15
<div id="app"></div>
16
<script>
17
window.$docsify = {
18
name: 'Guide for CompChem@MU',
19
- repo: 'pregHosh/guide4compchem-MU/'
+ repo: 'PregY/guide4compchem-MU/'
20
}
21
</script>
22
<!-- Docsify v4 -->
23
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
24
</body>
25
26
-</html>
+</html>
0 commit comments