-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamedev.html
19 lines (18 loc) · 899 Bytes
/
gamedev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js"></script>
<title>Kellari</title>
</head>
<body>
<h2>empun kellari 🙀 <p style="font-size: 12px;">☆ This page has some projects i'm confident enough to show ☆</p></h2>
<div id="navbar-placeholder"></div>
<div id="sidebar-placeholder"></div>
<h3>game projects:::</h3>
<iframe frameborder="0" src="https://itch.io/embed/2716605?border_width=2&bg_color=000000&fg_color=3d11cc&link_color=865bfa&border_color=333333" width="554" height="169"><a href="https://emppu-07.itch.io/jumpjump">jumpjump by emppu</a></iframe>
<ul><li>My first serious game project. Currently not working on it. Any feedback is appreciated!</li></ul>
</body>
</html>