forked from Kuenaimaku/lancer-briefings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icons/company-icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://lancer.kuenaimaku.com/">
<meta property="og:title" content="MSMC Mission Briefing">
<meta property="og:description" content="MIRRORSMOKE MERCENARY COMPANY | MISSION BRIEFING">
<meta property="og:image" content="/icons/company-icon.svg">
<title>MSMC | MISSION BRIEFING</title>
</head>
<body style="margin:0px;">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanta.waves.min.js"></script>
<script>
VANTA.WAVES({
el: "body",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x182325,
shininess: 10.00,
waveHeight: 40.00,
waveSpeed: 0.10,
zoom: 0.65
})
</script>
</body>
</html>