-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 2.4 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
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://garrongarron.github.io/rpg-marketing/">
<meta charset="UTF-8">
<!-- <base href="https://garrongarron.github.io/rpg-marketing/"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>The Warrior - Tu Juego a Juicio</title>
<link rel="icon" href="favicon.png" />
<script src="js/three.js"></script>
<script src="js/Water.js"></script>
<script src="js/Reflector.js"></script>
<script src="js/Refractor.js"></script>
<script src="js/Water2.js"></script>
<script src="js/OrbitControls.js"></script>
<script src="js/flatte.min.js"></script>
<script src="js/FBXLoader.js"></script>
<script src="js/ammo.wasm.js"></script>
<script src="src/index.js" type="module"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="playnow.css">
<link rel="stylesheet" href="instructions.css">
<link rel="stylesheet" href="progress-bar.css">
<link rel="stylesheet" href="src/basic/dialogsystem/dialog-system.css">
<link rel="stylesheet" href="compass.css">
<link rel="stylesheet" href="src/basic/inventory/inventoryUI/InveontoryUI.css">
<!-- TWITTER -->
<meta name=twitter:card content="summary_large_image">
<meta name=twitter:creator content="@tujuegoajuicio">
<meta name=twitter:domain content="garrongarron.github.io">
<meta name=twitter:image content="img/tujuegoajuicio.png">
<meta name=twitter:site content="@tujuegoajuicio">
<!-- DESCRIPTION -->
<meta name=description content="Hace mucho tiempo en una tierra lejana un valiente guerrero libró una lucha épica…">
<meta property="og:description"
content="Hace mucho tiempo en una tierra lejana un valiente guerrero libró una lucha épica…">
<!-- GOOGLE -->
<meta property="og:locale" content="es_ES">
<meta property="og:title" content="Tu juego a juicio">
<meta property="og:image" content="img/tujuegoajuicio.png">
<meta property="og:site_name" content="garrongarron.github.io">
<style>
body {
background-image:url(img/landing_tujuegoajuicio.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
</style>
</head>
<body>
</body>
</html>