-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCommonHeader.html
43 lines (33 loc) · 1.84 KB
/
TCommonHeader.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<!-- generated by Vanity, https://github.com/ishani/Vanity -->
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<#= mGoogleUATag #>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', '<#= mGoogleUATag #>');
</script>
<!-- metadata -->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" />
<meta name="twitter:card" content="summary">
<meta name="og:type" content="website" />
<meta name="og:title" content="Photography by <#= mGalleryOwner #> - <#= mPageTitle #>" />
<title><#= mGalleryName #> · <#= mPageTitle #></title>
<!-- bootstrap 4 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- font awesome 5 -->
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
<!-- fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300i,400|Abel">
<!-- photoswipe CSS -->
<link rel="stylesheet" type="text/css" href="/_assets/photoswipe/css/photoswipe.all.min.css?v=<#= mVersion #>">
<!-- local CSS -->
<link rel="stylesheet" type="text/css" href="/_assets/css/local.css?v=<#= mVersion #>">
</head>
<body>