-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
33 lines (28 loc) · 1.02 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="HTML/styles.css">
<title>The Mamığ land</title>
</head>
<html>
<body>
<header>
<h1 style="text-align: center;">Welcome to Mamığ land</h1>
<hr>
<div class="paper">
<p>These are ma files. I'll add whenever I want :P <br> GitHub will contain all of my projects.</p>
</div>
</header>
<hr>
<ul>
<li><a href="HTML/projects_download.html" style="text-decoration: none;">Download completed projects</a></li>
<li><a href="HTML/libs_download.html" style="text-decoration: none;">Download completed libraries</a></li>
</ul>
<hr>
<footer>
<div class="paper">
<a href="mailto:muhammedfurkanekici123@gmail.com" title="muhammedfurkanekici123@gmail.com">Mail</a><br>
<a href="https://github.com/Mami8" title="Mami8" target="_blank">GitHub</a>
</div>
</footer>
</body>
</html>