-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- <meta http-equiv="Refresh" content="0; url='https://github.com/GMat-dev'"/> -->
<title>Mateusz Guzek</title>
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>
<link rel="stylesheet" href="/styles.css">
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
}
}
</script>
<script type="module" src="/background.js"></script>
</head>
<body>
<div id="contact">
<h3>Contact:</h3>
<li>E-mail: <a href="mailto: mateusz.guzek@protonmail.com">mateusz.guzek@protonmail</a></li>
<hr>
<h3>Profiles:</h3>
<li>GitHub: <a href="https://github.com/mateusz-guzek">mateusz-guzek</a></li>
</div>
</body>
</html>