-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (37 loc) · 1.5 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Anetwork - Demos</title>
<link rel="shortcut icon" href="images/favicon.ico?v=1.1" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Anetwork - Demos</h1>
<div class="cont">
<ul>
<li>
<a data-page="jinks" href="https://anetwork.github.io/mkdocs-jinks-theme/">
<span class="project">MkDocs Jinks theme</span>
</a>
</li>
<li>
<a data-page="tipit" href="https://anetwork.github.io/tipit/">
<span class="project">tipIt</span>
</a>
</li>
</ul>
</div>
<footer>
<nav class="cont">
<a target="_blank" href="https://anetwork.ir" title="the first Digital Media Agency in Iran">Anetwork</a>
<a target="_blank" href="https://github.com/anetwork">Repositories on Github</a>
<a target="_blank" class="right" title="Islamic Republic of Iran" href="https://en.wikipedia.org/wiki/Iran">
<img width="31" src="images/iran.png" alt="Iran's flag" />
Iran
</a>
</nav>
</footer>
<script src="app.js"></script>
</body>
</html>