-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (54 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
71 lines (54 loc) · 2.7 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon_io/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/favicon_io/apple-touch-icon.png" size="any"/>
<link rel="manifest" href="/public/images/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="robots" content="index, follow">
<meta name="keywords" content="Full Stack Engineer, Front-end engineer, TypeScript, React, Node.js, web development">
<meta name="description"
content="Daniel Steele is a passionate Front-end Developer, with expertise in TypeScript, React and Node.js, among other technologies." />
<meta name="author" content="Daniel Steele">
<meta name="language" content="English">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title> Daniel Steele </title>
</head>
<body id="body" style="display:none">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Viewers checking the code, please read below -->
<!-- IF YOU HAVE CLONED THIS AND INTEND TO USE AS A TEMPLATE: Please remove the below code regarding Microsoft
clarity and simple Analytics.
This is important becuase these directly refer to Daniel Steele's analytics, where he will be able to view all your
web traffic.
He doesnt wish to see this as it messes up his own traffic data. If you do not remove those he may ask you to do
such. Thanks.
-->
<!--
WARNING! THIS CODEBASE WAS ORIGINALLY CREATED BY DANIEL STEELE AND IS HOSTED AT https://danielsteele.dev
- If there are no differances between this project and the one hosted on daniel steele's site then know that this
person has copied from them, and that thier work is not entirely thier own.
-->
<!-- 100% privacy-first analytics -->
<script data-collect-dnt="true" async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif?collect-dnt=true" alt=""
referrerpolicy="no-referrer-when-downgrade" /></noscript>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "rx97uolkbn");
</script>
<script type="text/javascript">
window.onload = function () {
setTimeout(function () {
document.getElementById("body").style.display = "";
}, 400);
}
</script>
</body>
</html>