mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-11 17:17:59 -05:00
18 lines
541 B
HTML
18 lines
541 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block sidebartitle %}
|
|
{{ super() }}
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9612347954373886"
|
|
crossorigin="anonymous"></script>
|
|
<!-- PythonRoboticsDoc -->
|
|
<ins class="adsbygoogle"
|
|
style="display:block"
|
|
data-ad-client="ca-pub-9612347954373886"
|
|
data-ad-slot="1579532132"
|
|
data-ad-format="auto"
|
|
data-full-width-responsive="true"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
{% endblock %}
|