-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.18 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
<!DOCTYPE html>
<html prefix="og: https://ogp.me/ns/website#" lang="en">
<head>
<meta
property="og:title"
content="EDM115 - French dev/student/gamer/music producer"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://edm115.dev/" />
<meta
property="og:image"
content="https://telegra.ph/file/f7a05fad6fb537b58fd51.png"
/>
<meta
property="og:description"
content="Here is my website, where you can find all informations about me"
/>
<meta property="og:locale" content="en_US" />
<meta charset="UTF-8" />
<meta name="darkreader-lock">
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>EDM115 - French dev/student/gamer/music producer</title>
<meta
content="Here is my website, where you can finf all informations about me"
name="description"
/>
<meta content="edm115, dev, java, python, french" name="keywords" />
<link rel="icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/favicon.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>