maatma: update CSS/JS deps
This commit is contained in:
parent
1f3d937bb7
commit
e44233b9a3
10 changed files with 383 additions and 382 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html ng-app="AdLinApp">
|
||||
<html ng-app="AdLinApp" lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Maatma: Domains Names, Web Hosting. SSL Certificates, the DIY way</title>
|
||||
|
|
@ -39,8 +39,8 @@
|
|||
<toast ng-repeat="toast in toasts" date="toast.date" msg="toast.msg" title="toast.title" variant="toast.variant"></toast>
|
||||
</div>
|
||||
|
||||
<script src="js/jquery-3.4.1.slim.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/jquery.slim.min.js"></script>
|
||||
<script src="js/bootstrap.bundle.min.js"></script>
|
||||
<script src="js/angular.min.js"></script>
|
||||
<script src="js/i18n/angular-locale_fr-fr.js"></script>
|
||||
<script src="js/angular-resource.min.js"></script>
|
||||
|
|
|
|||
Reference in a new issue