-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 957 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>0000-</title>
<!--SE IMPORTAN LAS FUENTES DESDE GOOGLE FONTS-->
<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=Cinzel+Decorative&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./Style.css">
</head>
<body>
<header><h1>OOOO-</h1></header>
<div id="gamediv">
<iframe title="0000-" id="gameframe" src="./Game/Game.html" frameborder="0" scrolling="no"></iframe>
</div>
<script src="./index.js"></script>
<button onclick="fullscreen()">PANTALLA COMPLETA</button>
<p>TU ENLACE CON UN DEMONIO DEL INFRAMUNDO, ¿PODRAS OBTENER RESPUESTAS?</p>
<br>
<p>Intenta Descubrir todas las divertidas interacciones que tiene este bot para ofrecerte</p>
</div>
</body>
</html>