Skip to content

Commit

Permalink
Revert "change repo name"
Browse files Browse the repository at this point in the history
This reverts commit 098772e.
  • Loading branch information
pregHosh committed Nov 8, 2023
1 parent 6c41c5b commit 66717ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -10,17 +9,15 @@
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<link rel="stylesheet" href="custom-styles.css"> <!-- Add your custom styles here -->
</head>

<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Guide for CompChem@MU',
repo: 'pregHosh/guide4compchem-MU/'
repo: 'PregY/guide4compchem-MU/'
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>

</html>
</html>

0 comments on commit 66717ed

Please sign in to comment.