Skip to content

Commit 20d6677

Browse files
author
ubuntu
committed
Add local resources
1 parent ee6e6b3 commit 20d6677

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

qpython-docs/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
<meta charset="utf-8">
66
<meta name="keywords" content="QPython,Best Mobile Python IDE,python,qpython document"/>
77
<meta name="description" content="QPython,Best Mobile Python IDE,python,qpython document"/>
8-
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
9-
<script src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
10-
<script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
8+
<!--script src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
9+
<script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script-->
1110

1211
<!--script src="https://chat.pgpt.cloud/index.js"></script>
1312
<link rel="stylesheet" href="https://chat.pgpt.cloud/index.css"/-->
13+
<script src="static/jquery.min.js"></script>
14+
<script src="static/bootstrap.min.js"></script>
1415

1516
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
17+
<link rel="stylesheet" type="text/css" href="static/bootstrap.min.css">
1618
<link rel="stylesheet" type="text/css" href="static/qpython_theme.css">
1719
</head>
1820
<body>

qpython-docs/source/qpython_theme/layout.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
{%- else %}
1313
{%- set titlesuffix = "" %}
1414
{%- endif %}
15-
<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
16-
<script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
15+
16+
<script src="static/jquery.min.js"></script>
17+
<script src="static/bootstrap.min.js"></script>
18+
<link rel="stylesheet" type="text/css" href="static/bootstrap.min.css">
19+
<!--link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
20+
<script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script-->
1721
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
1822
{% endblock %}
1923

qpython-docs/source/qpython_theme/static/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qpython-docs/source/qpython_theme/static/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qpython-docs/source/qpython_theme/static/jquery.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)