-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.46 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="description" content="Offical website for RetroCoder">
<meta name="keywords" content="RetroCoder, RetroCoder13, official, website, official website, indie game, RetroCoder game, RetroCoder13 game, RetroCoder website, RetroCoder13 website">
<meta name="google-site-verification" content="e-xwFj52FpByRVjSkLdnWb10FZBOSc7Xkjqopy_Dcdc" />
<title>RetroCoder</title>
<link rel="shortcut icon" href="assets/textures/RetroCoder.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="menu.js"></script>
</head>
<body>
<div id="title">
<h1>RetroCoder</h1>
<p>I'm an indie game developer and software engineer</p>
</div>
<img src="assets/textures/RetroCoder.png" alt="RetroCoder logo" title="Drawn by Shrudders" id="titleLogo">
<br>
<br>
<div id="new-game">
<iframe frameborder="0" src="https://itch.io/embed/3475745?dark=true" id="new-game-widget"><a href="https://retrocoder.itch.io/biome-balancer-gamedevjs-2025">Biome Balancer by RetroCoder</a></iframe>
</div>
<div id="credits">
<p>Thank you to Shrudders and Zaperno for all their help with the art and sound</p>
<a href="https://shrudders.itch.io/">Shrudders</a>
<a href="https://zaperno372.itch.io/">Zaperno</a>
</div>
</body>
</html>