A webpage of morinoyu8 for Gondow Lab. seminar
https://morinoyu8.github.io/glab/
Progress reports are summaries of my reserch progress. These contents are maintained in another private repository. Therefore, you cannot access them from this website.
This website automatically converts markdown to html. Place index.html and a markdown file named "content.md" in the same directory.
directory
├─ index.html
├─ content.md
index.html should be written as follows. If index.html and content.md are set up correctly, the content of content.md will be displayed automatically.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" >
<script type="text/javascript" src="https://morinoyu8.github.io/glab/js/config.js"></script>
</head>
<body></body>
</html>