-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
20 lines (20 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Biography of George Tsotsos, an independent electronic music artist known as 'Geoxor' from Florina, Greece. Born on March 27, 2001, Geoxor's musical journey began with FL Studio in 2005. With limited internet access, he honed his skills and started publishing music after gaining online tutorials. His breakthrough came in 2016 with 'You & I,' signed by NoCopyrightSounds, garnering over 10 million views. Subsequent years saw Geoxor releasing singles, EPs like 'Funky World' and 'Time of Waste,' and gaining recognition for tracks like 'Stardust' and 'Nana.'"
/>
<title>Geoxor</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>