mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Delete _layouts directory
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
dd725748cf
commit
c0f7ebd7df
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>{{ PyTutorial | Computational Neuroscience, Machine Learning and Python tutorials }}</title>
|
|
||||||
<!-- Include MathJax -->
|
|
||||||
<script type="text/javascript" id="MathJax-script" async
|
|
||||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Site header -->
|
|
||||||
<header>
|
|
||||||
<h1>{{ PyTutorial }}</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<!-- Main content -->
|
|
||||||
<main>
|
|
||||||
{{ content }}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Reference in a new issue