-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/main.css">
<meta property="og:title" content="Gladius Synthetic Orchestra / V3ntus">
<meta property="og:site_name" content="gladiusso.com">
<meta property="og:url" content="https://gladiusso.com">
<meta property="og:description" content="Landing page for Gladius Synthetic Orchestra, the artist profile, or V3ntus, his developer profile.">
<meta property="og:type" content="profile">
<meta property="og:image" content="">
<title>Gladius Music / V3ntus</title>
</head>
<body>
<div class="header">
<h1 class="unselectable">Gladius Synthetic Orchestra</h1>
</div>
<div id="container">
<a href="https://music.gladiusso.com" class="flex-child left">
<div class="bgimg">
<span class="helper"></span>
<img src="/src/img/journey.png" alt="">
</div>
<div class="title">
<h2 class="unselectable content">Music</h2>
</div>
</a>
<div class="flex-child center"></div>
<a href="https://dev.gladiusso.com" class="flex-child right">
<div class="bgimg">
<span class="helper"></span>
<img src="/src/img/code.png" alt="">
</div>
<div class="title">
<h2 class="unselectable content">Dev</h2>
</div>
</a>
</div>
</body>
</html>