-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
29 lines (29 loc) · 896 Bytes
/
team.html
File metadata and controls
29 lines (29 loc) · 896 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>placeTR | r/Place Türkiye</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="horizontal-menu">
<li><a href="index.html">← Eve dön</a></li>
</nav>
<button class="go-to-bottom">↓</button>
<button class="back-to-top">↑</button>
<button class="theme">☾</button>
<script src="script.js"></script>
<center>
<br><br>
<b>Emeği Geçenler</b>
<br><br>
<div id="txt">
Site kodlaması:<br>
Yasir Eymen KAYABAŞI ve Kax<br><br>
Pixel Art çizimler:<br>
Michio Kaku, yamur the sanatçı, emirhan ve MeTaNN<br><br>
</div>
</center>
</body>
</html>