|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <meta charset="UTF-8"> |
4 | 5 | <link rel="shortcut icon" id="dynamic-favicon" href="favicon.png"> |
5 | 6 | <title id="dynamic-title">Classes</title> |
6 | | - <script src="./contact/mathematics.js"></script> |
7 | | - <script src="./contact/geography.js?"></script> |
8 | | - <meta charset="UTF-8"> |
9 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <script src="./contact/bundle.js"></script> |
| 8 | + <script src="./contact/config.js?"></script> |
10 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
11 | 10 | <meta name="description" content="Space.com is your source for the latest astronomy news and space discoveries, live coverage of space flights and the science of space travel."> |
12 | 11 | <meta name="keywords" content="Computer Science, Technology, Photography, Nature, Tech Support, Tech Help, Local Tech Support"> |
13 | 12 | <link rel="canonical" href="https://www.space.com/news"> |
14 | | - <!-- Site Stylesheets --> |
15 | | - <link rel="stylesheet" href="/css/m.css"> |
16 | | - <link rel="stylesheet" href="/css/theme/solid/default.css?v=1"> |
| 13 | + <link rel="stylesheet" href="/assets/styles/main.css"> |
| 14 | + <link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1"> |
17 | 15 | <link rel=" stylesheet" href=" https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> |
18 | | - <!-- Main Site Scripts --> |
19 | | - <script src="/scripts/learning.js"></script> |
| 16 | + <script src="/assets/scripts/index.js"></script> |
20 | 17 | <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
21 | | - <script src="/scripts/insight.js?v=1"></script> |
22 | | - <script src="/scripts/wisdom.js?v=1"></script> |
| 18 | + <script src="assets/scripts/apps.js"></script> |
| 19 | + <script src="/assets/scripts/global.js?v=1"></script> |
23 | 20 | </head> |
24 | 21 | <body> |
25 | 22 | <!-- Nav Bar Start--> |
|
64 | 61 | gtag('js', new Date()); |
65 | 62 | gtag('config', 'G-WKJQ5QHQTJ'); |
66 | 63 | </script> |
67 | | - <script src="/scripts/wisdom.js?v=1"></script> |
| 64 | + <script src="/assets/scripts/global.js?v=1"></script> |
68 | 65 | </body> |
69 | 66 | </html> |
0 commit comments