-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.49 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.49 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>
<title>Infinite coder's Github page</title>
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="style.css">
<meta name="google-site-verification" content="xQlWSv3BiqXkbiz2pPgX87ulHISjzWrTI37Aj5m3d9M" />
</head>
<body>
<div id = "main">
<h1>Welcome to Infinite coder's Github page</h1>
<h2>About</h2>
<p>My username is Infinite coder and I code in those programming languages: </p>
<ul>
<li>HTML, CSS, JS</li>
<li>PHP</li>
<li>Python</li>
<li>Arduino</li>
<li>Node.js</li>
</ul>
<p>This is my Github page. I use this page as a live preview of my programs. </p>
<p>Work in progress...</p>
<h2>Newest projects</h2>
<ol>
<li>New design of <a href = "https://markus.dusek.eu">markus.dusek.eu</a>. </li><br>
<li>New project (paid): <a href = "https://psani-vsemi-deseti.cz">https://psani-vsemi-deseti.cz</a> (also available on <a href = "https://psani-na-klavesnici.cz">https://psani-na-klavesnici</a>.
</ol>
<h2><a href = "https://markus.dusek.eu">My website</a></h2>
<p>Visit my website with games and tools for developers: <a href = "https://markus.dusek.eu">https://markus.dusek.eu</a>. All programs are 100% free! </p>
</div>
</body>
</html>