forked from weacceptbitcoin-gr/weacceptbitcoin-gr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 998 Bytes
/
index.html
File metadata and controls
39 lines (33 loc) · 998 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
35
36
37
38
39
---
layout: default
---
<div class="home" id="home">
<a href="https://coinmap.org/#/world/38.81403111/24.63134766/6">Γεωγραφική αναζήτηση</a>
<br>
<br>
<table>
{% for company in site.data.data %}
<tr text-align: center;>
{% if company.url %}
<td text-align: center;><a href="{{company.url}}" rel="nofollow">{{company.company_gr}}</a></td>
{% else %}
<td text-align: center;>{{company.company_gr}}</td>
{% endif %}
<td text-align: center;>{{company.category_gr}}</td>
<td text-align: center;>{{company.location_gr}}</td>
</tr>
{% endfor %}
</table>
Τελευταία ενημέρωση: 2015-11-19
</div>
<!-- <div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div> -->