-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·31 lines (25 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Marko Milicic: Crafting Digital Experiences as a Full Stack Developer</title>
<link rel="icon" type="image/x-icon" href="assets/favicon-light.ico" id="light-mode-favicon">
<link rel="icon" type="image/x-icon" href="assets/favicon-dark.ico" id="dark-mode-favicon">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<meta name="author" content="Marko Milicic">
<meta name="keywords" content="Java, Python, C#, Rust, Solidity, Django, Spring Boot, Vaadin, MySQL">
<meta name="description" content="Passionate full stack developer based in Lugano, Switzerland, skilled in Python, Java, C#, and Solidity. AWS and blockchain enthusiast. Let's build something great together!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div id="root"></div>
<!-- IF YOU'RE USING THE BRAVE BROWSER, TURN OFF THE SHIELD -->
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/16.12.0/umd/react.production.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.11.0/umd/react-dom.production.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjs/6.6.0/math.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/build/index.min.js'></script><script src="./script.js"></script>
</body>
</html>