-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.24 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.24 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>MGGFLOW Projects</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/main.css" media="all">
</head>
<body>
<div class="header">
<div class="topmenu">
<aside>
<a href="https://mggflow.in">MGGFLOW.IN</a>
</aside>
</div>
<div class="micrologo">
<a href="https://mggflow.in"><img src="css/imgs/micrologo.png" alt="LOGO place" title="MGGFLOW"></a>
</div>
</div>
<div class="content">
<div class="project">
<a href="https://mggflow.in/similarity/" target="_blank"><p class="prj_name">How similar are we?</p></a>
<a href="https://mggflow.in/news/new-how-similar-are-we/" target="_blank"><p class="prj_extra">About</p></a>
</div>
<div class="project">
<a href="https://mggflow.in/fap" target="_blank"><p class="prj_name">Anime Gallery</p></a>
<a href="https://mggflow.in/news/new-anime-gallery" target="_blank"><p class="prj_extra">About</p></a>
</div>
<div class="project">
<a href="https://mggflow.in" target="_blank"><p class="prj_name">MGGFLOW</p></a>
<a href="https://mggflow.in/news/what-is-mggflow" target="_blank"><p class="prj_extra">About</p></a>
</div>
<div class="project">
<a href="https://github.com/MGGFLOW/HandLog" target="_blank"><p class="prj_name">HandLog PHP class</p></a>
<a href="https://mggflow.in/news/new-handlog-php-class" target="_blank"><p class="prj_extra">About</p></a>
</div>
<div class="project">
<a href="https://github.com/MGGFLOW/Wave-Algorithm-Visualisation" target="_blank"><p class="prj_name">Wave algorithm</p></a>
<a href="https://mggflow.in/news/wave-algorithm-visualisation/" target="_blank"><p class="prj_extra">About</p></a>
</div>
<div class="project">
<a href="#" title="You are here right now (^_^)"><p class="prj_name">MGGFLOW Projects</p></a>
<a href="https://mggflow.in/news/new-mggflow-projects" target="_blank"><p class="prj_extra">About</p></a>
</div>
</div>
<div class="footer">
<p class="footer-copyright">All rights reserved. © MGGFLOW</p>
</div>
</body>
</html>