-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (22 loc) · 732 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (22 loc) · 732 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
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<body style="background-color:#1c87c9;">
<meta name="viewport" content="width=device-width">
<title>K-DEV</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
<h1>K-DEV</h1>
<p class=IDK>I'm a programmer who can code in:Python,C#,C++,JavaScript,html,css.
At this moment I'm developing games in Unreal Engine.You can find games and apps developed by me below</p>
<a href="gamedev.html">
<button class="button button1">Games</button>
</a>
<a href="app.html">
<button class="button button1">Apps</button>
</a>
<body>
<script src="script.js"></script>
</body>
</html>