-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (81 loc) · 2.95 KB
/
index.html
File metadata and controls
81 lines (81 loc) · 2.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://magnogen.net/src/favicon.png">
<link rel="stylesheet" type="text/css" href="style2.css">
<meta charset="utf-8" />
<title>Home | Magnogen.net</title>
</head>
<body>
<header>
<h1>Magnogen.net</h1>
</header>
<main>
<a href="https://src.magnogen.net">
<img src="https://magnogen.net/img/libraries.png" alt="libraries.png">
<div>Libraries</div>
</a>
<a href="https://magnogen.net/palbo">
<img src="https://magnogen.net/img/palbo.png" alt="palbo.png">
<div>Palbo</div>
</a>
<a href="https://magnogen.net/aberratium">
<img src="https://magnogen.net/img/aberratium.png" alt="aberratium.png">
<div>Aberratium</div>
</a>
<a href="https://magnogen.net/fractalexplorer">
<img src="https://magnogen.net/img/fractalexplorer.png" alt="fractalexplorer.png">
<div>Fractal Explorer</div>
</a>
<a href="https://magnogen.net/penrose">
<img src="https://magnogen.net/img/penrose.png" alt="penrose.png">
<div>Penrose</div>
</a>
<a href="https://magnogen.net/click">
<img src="https://magnogen.net/img/click.png" alt="click.png">
<div>Click</div>
</a>
<a href="https://magnogen.net/shapesniper">
<img src="https://magnogen.net/img/shapesniper.png" alt="shapesniper.png">
<div>Shape Sniper</div>
</a>
<a href="https://magnogen.net/cnndsd">
<img src="https://magnogen.net/img/cnndsd.png" alt="cnndsd.png">
<div>CNNDSD</div>
</a>
<a href="https://magnogen.net/weirdle">
<img src="https://magnogen.net/img/weirdle.png" alt="weirdle.png">
<div>Weirdle</div>
</a>
<a href="https://magnogen.net/sand">
<img src="https://magnogen.net/img/sand.png" alt="sand.png">
<div>Sand</div>
</a>
<a href="https://magnogen.net/graidients">
<img src="https://magnogen.net/img/graidients.png" alt="graidients.png">
<div>Graidients</div>
</a>
<a href="https://magnogen.net/dots">
<img src="https://magnogen.net/img/dots.png" alt="dots.png">
<div>Dots</div>
</a>
<a href="https://magnogen.net/primes">
<img src="https://magnogen.net/img/primes.png" alt="primes.png">
<div>Primes</div>
</a>
<a href="https://magnogen.net/flood">
<img src="https://magnogen.net/img/flood.png" alt="flood.png">
<div>Flood</div>
</a>
<a href="https://magnogen.net/shadering">
<img src="https://magnogen.net/img/shadering.png" alt="shadering.png">
<div>Shadering</div>
</a>
<a href="https://magnogen.net/triangles">
<img src="https://magnogen.net/img/triangles.png" alt="triangles.png">
<div>Triangles</div>
</a>
</main>
</body>
</html>