114 |
- |
1 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
2 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
107 |
- |
3 |
|
108 |
- |
4 |
<link href="https://maxcdn.bootstrapcdn.com" rel="preconnect" crossorigin/>
|
|
|
5 |
<link href="https://use.fontawesome.com" rel="preconnect" crossorigin/>
|
|
|
6 |
<link href="https://ajax.googleapis.com" rel="preconnect" crossorigin/>
|
|
|
7 |
<link href="https://cdnjs.cloudflare.com" rel="preconnect" crossorigin/>
|
107 |
- |
8 |
<?php if ($_SERVER["SERVER_NAME"] == "www.findcheapmusic.com") { ?>
|
108 |
- |
9 |
<link href="https://www.googletagmanager.com" rel="preconnect" crossorigin/>
|
|
|
10 |
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin/>
|
114 |
- |
11 |
<link href="https://connect.facebook.net/en_US/fbevents.js" rel="preconnect" crossorigin/>
|
107 |
- |
12 |
<?php } ?>
|
|
|
13 |
|
108 |
- |
14 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/>
|
115 |
- |
15 |
<link rel="stylesheet" href="<?php echo timeStampUrl("css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css"); ?>" crossorigin="anonymous"/>
|
|
|
16 |
<link rel="stylesheet" href=<?php echo timeStampUrl("css/style.min.css") ?> integrity="sha384-0T6gzbMMmwWio0BZHZQ5PlV+EOkFOURdn/8IqCFBEK2fB4tNX2LwdwH6DsUg4hgk" crossorigin="anonymous">
|
107 |
- |
17 |
|
114 |
- |
18 |
<script async defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
|
104 |
- |
19 |
|
114 |
- |
20 |
<?php if (in_array(getPGV('submit'), array("terms", "privacy"))) { ?>
|
|
|
21 |
<script src=<?php echo timeStampUrl("js/email.min.js") ?> integrity="sha384-8+kvQx3NZ4k35zNvk9s6pJw11/G3qcsfIe29UO0uTKmpQKH9bf+Fv+ah3jHb1RCV" crossorigin="anonymous"></script>
|
104 |
- |
22 |
<?php } ?>
|
114 |
- |
23 |
|
|
|
24 |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
|
|
25 |
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|