-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (81 loc) · 2.25 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<style>
img {
width=50;
height=60;
}
body {
font-family: sans-serif;
text-align: center
}
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.a {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: #4caf50;
} /* Green */
.button2 {
background-color: #008cba;
} /* Blue */
</style>
</head>
<body>
<h1>3D</h1>
<img src="aa.png" alt="Girl in a jacket" width="50" height="60" />
</br>
<img src="pictures/Untitled picture.png" alt="Girl in a jacket2" />
<h1>HTML CSS</h1>
<a href="https://www.w3schools.com/tags/tag_button.asp"> w3schools </a>
<p>to explore</p>
https://www.mapeditor.org/
https://github.com/UnterrainerInformatik/collisiongrid
https://varav.in/archive/dungeon/
https://www.gamedeveloper.com/programming/algorithms-for-making-more-interesting-mazes
<a href="https://thebookofshaders.com/"> BOOK OF SHADERS
</a>
</br>
<a href="https://github.com/UnterrainerInformatik/GameDevelopmentLinks"> GameDEV Links - GitHub
</a>
</br>
<a href=" https://www.instagram.com/aaronin3d/">aaronin3d - Instagram
</a> </br>
<a href="https://www.behance.net/angelo_fernandes">
Ângelo Fernandes - Behance
</a> </br>
<a href="https://www.behance.net/YaroslavAdamov">
Yaroslav Adamov - Behance
</a> </br>
<p>
networking part https://github.com/UnterrainerInformatik/GameDevelopmentLinks#map-editors
</p>
<a href="https://www.behance.net/trk"> Peter Tarka
</a>
</br>
<h1>HTML CSS</h1>
<a href="https://www.w3schools.com/tags/tag_button.asp"> w3schools </a>
<h1>DOTS ECS</h1>
<p>paragpraph</p>
<button type="button">Click Me!</button>
</body>
</html>