-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (38 loc) · 1.99 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="UTF-8">
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="description" content="The personal website of Guillaume Cournet featuring creative coding and livecoding.">
<meta name="keywords" content="Guillaume Cournet, creative coding, livecoding, web development">
<!-- Open Graph meta tags -->
<meta property="og:title" content="Guillaume Cournet | hrst4.xyz">
<meta property="og:description" content="The personal website of Guillaume Cournet featuring creative coding and livecoding.">
<meta property="og:image" content="./images/icon_topor.jpg">
<meta property="og:url" content="https://www.hrst4.xyz">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Guillaume Cournet">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Guillaume Cournet | hrst4.xyz">
<meta name="twitter:description" content="The personal website of Guillaume Cournet featuring creative coding and livecoding.">
<meta name="twitter:image" content="./images/icon_topor.jpg">
<title>Guillaume Cournet | hrst4.xyz</title>
<link rel="stylesheet" href="./css/styles_index.css">
<link rel="icon" href="./images/icon_topor.jpg" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js"
type="text/javascript">
</script>
</head>
<body>
<header id ="menu" class="menu">
</header>
<footer id="footer" class="footer">
</footer>
<script src="./scripts/addMenu.js"></script>
<script src="./scripts/addFooter.js"></script>
</body>
</html>