Skip to content

Commit

Permalink
bruhther
Browse files Browse the repository at this point in the history
  • Loading branch information
jamopopper committed Jul 4, 2024
1 parent 4fc211a commit ceec66a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<link rel="stylesheet" href="index.css">

<noscript id="main_page">
# Test
</noscript>

<!-- Load the markdown file -->
<script>
<!-- <script>
fetch('README.md')
.then(response => response.text())
.then(text => document.getElementById('main_page').textContent += text)
.then(text => document.getElementById('main_page').textContent = text)
.catch(error => console.error('Error:', error));
</script>
</script> -->

<!-- Load the script and interpret markdown-->
<script src="md-page.js"></script>

<noscript id="main_page">
<title>Index Page</title>
</noscript>

0 comments on commit ceec66a

Please sign in to comment.