DmitrMakeev commited on
Commit
bc0912b
·
verified ·
1 Parent(s): d1e9df6

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +5 -2
nutri_call.html CHANGED
@@ -3,8 +3,11 @@
3
  <head>
4
 
5
 
6
- <link href="https://cdn.jsdelivr.net/npm/pnotify@3.2.1/dist/pnotify.css" rel="stylesheet">
7
- <script src="https://cdn.jsdelivr.net/npm/pnotify@3.2.1/dist/pnotify.js"></script>
 
 
 
8
 
9
 
10
 
 
3
  <head>
4
 
5
 
6
+ <!-- Подключаем зависимости -->
7
+ <link href="https://cdn.jsdelivr.net/npm/@pnotify/core@5.2.0/dist/PNotify.css" rel="stylesheet">
8
+ <link href="https://cdn.jsdelivr.net/npm/@pnotify/bootstrap4@5.2.0/dist/PNotifyBootstrap4.css" rel="stylesheet">
9
+ <script src="https://cdn.jsdelivr.net/npm/@pnotify/core@5.2.0/dist/PNotify.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/@pnotify/bootstrap4@5.2.0/dist/PNotifyBootstrap4.js"></script>
11
 
12
 
13