-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is a portfolio website for a Web Developer">
<meta name="keywords" content="coding, project, web, developer, html, css, sass, javascript, php, jquery, Branko Anokic">
<meta name="author" content="Branko Anokic">
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<script type="text/javascript">
function downloadJSAtOnload() {
var element = document.createElement("script");
element.src = "dist/main.js?cb=1578917742990";
document.body.appendChild(element);
}
if (window.addEventListener)
window.addEventListener("load", downloadJSAtOnload, false);
else if (window.attachEvent)
window.attachEvent("onload", downloadJSAtOnload);
else window.onload = downloadJSAtOnload;
</script>
<link rel="stylesheet" href="dist/main.css?cb=1578917742990">
<!-- <link rel="shortcut icon" href="assets/style/css/img/"/> -->
<title>Write Title Here</title>
</head>
<body>
<!-- Don't forget to write sematic HTML code -->
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>