-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (66 loc) · 2.22 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Security: Optimized Content Security Policy -->
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self';
script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://kit.fontawesome.com https://platform.linkedin.com https://buttons.github.io;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://stackpath.bootstrapcdn.com;
img-src 'self' data:;
font-src 'self' https://fonts.gstatic.com;
connect-src 'self' https://www.google-analytics.com;"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Demaceo Vincent's Portfolio" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Syne:[email protected]&family=Gallient&display=swap"
rel="stylesheet"
/>
<!-- Favicon -->
<link rel="icon" href="/logo.jpg" />
<link rel="apple-touch-icon" href="/DoodleBob.png" />
<!-- Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Optimized Google Analytics -->
<script
defer
src="https://www.googletagmanager.com/gtag/js?id=G-M3BBBKLMKF"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-M3BBBKLMKF");
</script>
<!-- FontAwesome -->
<script
src="https://kit.fontawesome.com/1215759eb2.js"
crossorigin="anonymous"
defer
></script>
<!-- Styles -->
<link rel="stylesheet" href="/static/css/main.5ea068bd.css" />
<!-- JavaScript -->
<script defer src="/static/js/main.20fdaa6b.js"></script>
</head>
<body>
<script>
global = globalThis;
</script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Social Media Scripts -->
<script
src="https://platform.linkedin.com/badges/js/profile.js"
defer
></script>
<script src="https://buttons.github.io/buttons.js" defer></script>
</body>
</html>