Skip to content

Commit 66717ed

Browse files
committed
Revert "change repo name"
This reverts commit 098772e.
1 parent 6c41c5b commit 66717ed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
54
<meta charset="UTF-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -10,17 +9,15 @@
109
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
1110
<link rel="stylesheet" href="custom-styles.css"> <!-- Add your custom styles here -->
1211
</head>
13-
1412
<body>
1513
<div id="app"></div>
1614
<script>
1715
window.$docsify = {
1816
name: 'Guide for CompChem@MU',
19-
repo: 'pregHosh/guide4compchem-MU/'
17+
repo: 'PregY/guide4compchem-MU/'
2018
}
2119
</script>
2220
<!-- Docsify v4 -->
2321
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
2422
</body>
25-
26-
</html>
23+
</html>

0 commit comments

Comments
 (0)