mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Use self hosted static files
This commit is contained in:
parent
e57c18a4d9
commit
0c2a47dca1
7
conjugation/assets/bootstrap.min.css
vendored
Normal file
7
conjugation/assets/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
conjugation/assets/bootstrap.min.js
vendored
Normal file
7
conjugation/assets/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
conjugation/assets/jquery.min.js
vendored
Normal file
2
conjugation/assets/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -4,11 +4,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
<link rel="stylesheet" href="assets/bootstrap.min.css" type="text/css" media="screen">
|
||||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
||||||
<link rel="stylesheet" href="drill.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="drill.css" type="text/css" media="screen">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Amaranth" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Amaranth" rel="stylesheet">
|
||||||
<script type="text/ecmascript" src="//code.jquery.com/jquery-3.1.1.min.js"></script>
|
<script type="text/ecmascript" src="assets/jquery.min.js"></script>
|
||||||
<script type="text/ecmascript" src="rules.js"></script>
|
<script type="text/ecmascript" src="rules.js"></script>
|
||||||
<script type="text/ecmascript" src="drill.js"></script>
|
<script type="text/ecmascript" src="drill.js"></script>
|
||||||
<title>Don's Japanese Conjugation Drill</title>
|
<title>Don's Japanese Conjugation Drill</title>
|
||||||
@ -307,10 +306,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
<script src="assets/bootstrap.min.js"></script>
|
||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
|
||||||
crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user