-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (50 loc) · 1.39 KB
/
index.html
File metadata and controls
58 lines (50 loc) · 1.39 KB
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
58
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>🌀 Base Simulation</title>
<style>
body {
text-align: center;
}
img {
width: 500px;
max-width: 95%;
}
button {
max-width: 95%;
width: 15em;
border-radius: 15px;
}
</style>
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
</head>
<body>
<img src="./base.jpg">
<br>
<a href="https://base-simulation-gpt4-powered-virtual-world.nixtoshi.repl.co/" target="_blank">
<button>🇺🇸 Click to enter an infinite role playing game</button>
</a>
<br><br>
<a href="https://base-simulation-mundo-virtual-basado-en-texto-con-gpt4-es.nixtoshi.repl.co/" target="_blank">
<button>🇪🇸 Ahora en Español. Simulación base, juego de roles infinito</button>
</a>
<br><br><br>
the infinite game
<br>
a self-referencing reality paradigm<br>
by <a href="https://nixtoshi.com" target="_blank">nixtoshi.com</a> for fun
<br><br><br><br>
<p>
a square inside a square, inside a square, inside a square, inside a square...
<br>
</p>
<img src="./greensquare.png" style="width:800px; max-width: 90%;">
<!-- <p>this is a test designed to provoke an emotional response</p>
diff'rent. i'm diff'rent<br>
im diffffff'rent<br>
unity unity
<br><br><br><br> -->
</body>
</html>