Skip to content

Commit

Permalink
Update planeta.html
Browse files Browse the repository at this point in the history
Signed-off-by: Grouvex <168425996+Grouvex@users.noreply.github.com>
  • Loading branch information
Grouvex authored Jan 12, 2025
1 parent e5fa4e0 commit aa3c292
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions planeta.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html lang="es">
<head>
<meta charset="UTF-8">
<meta property="og:site_name" content="Grouvex Studios">
<meta property="og:title" content="Sistema Planetario en 3D - Grouvex Studios">
<meta property="og:description" content="Registrarse en ©Grouvex Studios">
<link rel="icon" href="img/GROUVEX.png" type="image/x-icon">
<meta name="author" content="Grouvex Studios">
<meta name="copyright" content="Grouvex Studios">
<meta property="og:type" content="website">
<meta property="og:image" href="img/GROUVEX.png">
<meta property="og:url" content="https://grouvex.com/">
<meta property="og:locale" content="es_ES">
<title>Sistema Planetario en 3D</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/controls/OrbitControls.js"></script>
Expand All @@ -18,7 +28,13 @@
}
</style>
<body>
<div id="auth-container">
<p>Debe <a href="https://grouvex.com/login" style="color:white">autentificarse</a> para poder ver esta página. Una verz que inicie sesión, volverá a esta página. En caso de irle mal esta página, recarguela hasta que vaya, si sigue sin ir, pongase en <a href="https://grouvex.com/contacto" style="color:white">contacto</a> con el equipo</p>
</div>
<div id="content" style="display: none;">
<div id="container"></div>
</div>
<script src="abc.js"></script>
<script src="planeta.js"></script>
</body>
</html>

0 comments on commit aa3c292

Please sign in to comment.